You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone is willing to help with these tasks it'ld be really appreciated :)
I made a branch called manifest-v3 around 10 months ago that should take care of some of the others points
The text was updated successfully, but these errors were encountered:
Hey,
Following Chrome guideline, this extension will need to be ported to manifest V3 https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3
I tried to see a bit how to do that and the main issue was that I am accessing background script this way:
And that
getBackgroundPage
was removed with manifest V3 https://stackoverflow.com/questions/68521873/chrome-extension-getbackgroundpage-doesnt-work-with-manifest-version-3If someone is willing to help with these tasks it'ld be really appreciated :)
I made a branch called
manifest-v3
around 10 months ago that should take care of some of the others pointsThe text was updated successfully, but these errors were encountered: