Closed OldBuddy closed 10 months ago
Workaround due to migration to Manifest V3:
service_worker
chrome.scripting
Firefox doesn't support world: 'MAIN' parameter, but somehow executes script inside the tab if parameter is not specified.
world: 'MAIN'
New permissions are added to manifest which can lead to disabling extension for users.
Workaround due to migration to Manifest V3:
service_worker
after appending the contentservice_worker
attaches scripts to DOM on required tab usingchrome.scripting
API.Firefox doesn't support
world: 'MAIN'
parameter, but somehow executes script inside the tab if parameter is not specified.New permissions are added to manifest which can lead to disabling extension for users.