-
-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking changes of manifest v3(version 1.17.0) #2159
Comments
It's working fine for me, thanks. |
Enabling developer mode, manages to load and save settings from URL successfully. However, settings fails to apply (extension works with the default configuration). In console it shows the following errors: I confirm that, if enabled/disable "developer options", it is necessary to restart the Browser to apply the change. Vivaldi 6.9.3447.37 (Stable channel) (32 bits). I am available if I can help with tests. |
seems |
Thank you for addressing this so quickly. FYI, this line in my config also causes an error:
|
|
|
|
For those of you with the know how, checkout commit f821819 (1.16.1) and build it from source yourself, and load the unpacked extension. The APIs still work, the new update just had to remove them to not get removed from the Chrome Web Store. This won't work forever as Manifest v2 will eventually be unsupported entirely, but for now it allows Surfingkeys to be usable on Chrome for me. |
When will it be updated to [version 1.17.1] |
Can someone guide me on how to build from source?
Then I go to chrome://extensions/ but when I try to load unpacked I get an error "Failed to load extension |
@desgua You have to build the extension first.
Then load unpacked |
@psych3r Thank you so much! <3 |
why there is not |
As a workaround for
|
unfortunately this workaround is not working for me (developer mode enabled). This is so sad... |
1.17.1 has been released, above mentioned issue should have been resolved. |
This is very unfortunate. I've tried other extension but it doesn't cut it.
I miss surfing the web.
… Message ID: ***@***.***>
|
Closing this since all known issues from MV3 upgrade have been fixed now. |
|
chrome.runtime.onMessage.addListener((function(e, t, n) {
i[e.subject] && i[e.subject](e, t, n)
} I even get this with an empty config. On version Edit: This seems to be fixed as of today :). |
Hi All,
On September 16, 2024, 1.17.0 was released(only for Chrome now, from branch mv3) to address manifest v3 upgrade, otherwise the extension would be taken down from chrome web store.
For now, please turn on
Developer mode
fromchrome://extensions/
after you installed/upgraded to 1.17.0, due to following reasonSee offical docs from Google.
Then restart your browser, most features should work. And here are some known issues
api.vmapkey
is missing.api.Hints.setCharacter
is missing.settings.blocklistPattern
is not working.chrome.storage
is not allowed in setting snippets.The text was updated successfully, but these errors were encountered: