The extension should be updated to support version 3 of the Chrome extension manifest.
Converting to Manifest V3 involves replacing the background page with a service worker. This will remove dependencies on some Chrome-only extension APIs, which may make it possible to create a Firefox version of the extension without significant changes.
The extension should be updated to support version 3 of the Chrome extension manifest.
Converting to Manifest V3 involves replacing the background page with a service worker. This will remove dependencies on some Chrome-only extension APIs, which may make it possible to create a Firefox version of the extension without significant changes.