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
First, we need to know whether the extension(code) runs in Manifest v2 and if so then it would run on firefox as well IMO. If you check this in your local will have a clear idea. I'm not sure whether this is the best solution but it is a simple solution.
No, this particular version uses certain APIs which are specific to Manifest V3. DeclarativeNetRequest API to be one of the major ones. Now Chrome actually has given support for this API in Manifest V2 also, so that it aids the developers in transition from Manifest V2 to V3. I don't know if this is the case with Firefox.
I was trying to install this extension on firefox(primary browser) but it seems that Manifest v3 is not supported.
Mozilla on Manifest v3 support
https://blog.mozilla.org/addons/2021/05/27/manifest-v3-update/
https://blog.mozilla.org/addons/2019/09/03/mozillas-manifest-v3-faq/
Possible solution:
Downgrade version v2 to support firefox. I have not read the source code of the extension so I don't know if that would be a problem.
I'll be happy to work on this if any major work is required.
The text was updated successfully, but these errors were encountered: