Content Scripts do not load

Unlike Chrome, when using Manifest V3 in Firefox, the host permissions are not granted automatically during the install time, so your content strips won’t be injected.

You can test this by manually enabling the permissions - in the “about:addons” page - click your addon and then click “Permissions” tab and enable missing permissions.

BUT! There is a good news, Firefox 127 (currently Nightly release) will fix this so that they are granted on install, same as Chrome:

Firefox 127 is scheduled to be released for public 11th June:

Alternative solution is to use Manifest V2 for Firefox.

1 Like