Changed for manifest version 3 and compatibility to Chrome and CCleaner browsers #555
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I changed the "beastify" extension to
Motivation
The changes demonstrate Mozilla extensions running with manifest version 3.
Additional details
Unfortunately the change run very well with Chrome and CCleaner browsers, but does not run well with Firefox browser. On Firefox browser, content JS does not load. Pop-up and website page Debuggers does not provide any further information except a console message of "undefined: undefined" on the pop-up debugger. I have raised a bug "https://bugzilla.mozilla.org/show_bug.cgi?id=1884298" (Bug ID: 1884298) with Mozilla.
Nevertheless, the changes can still be helpful for developers writing compatible extensions with manifest version 3
Related issues and pull requests
Bugzilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1884298