-
Notifications
You must be signed in to change notification settings - Fork 182
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
Manifest V3 support #1395
Comments
This is a non-trivial migration and I'm very short on time. Pull requests would be appreciated. |
@GrosPoulet It looks like Chrome will soon kill the extension unless we migrate: https://www.androidpolice.com/chrome-canary-manifest-v2-extensions-ad-blockers-gone/ |
A few days ago the extension was removed for me thanks to the enforcement of manifest v3. My chrome version is 129. Scripted methode:
Manual methode:
|
Just wondering if it would be considerably easier and less time consuming to previse a script version release (to be run in e.g. Tampermonkey) until a manifest v3 compliant extension release is available? Edit: Be very careful with and possibly reconsider using ExtensionManifestV2Availability as this might cause another issue you'd likely not want to deal with: https://support.google.com/chrome/thread/302850883/extensionmanifestv2availability-causing-your-browser-is-managed-by-your-organization?hl=en |
@Eiion Or... Google being ennoying and to can get to publish a new version |
When is this going to happen? |
For better or worse, Chrome is phasing out Manifest V2 in favor of V3.
My Chrome 127 is telling me this extension may soon™ be supported anymore:
Are there any plans to migrate to manifest V3?
Ideally no funcionality would be lost when doing so.
If that is not possible could a separate version (like uBlock Origin Lite) be the solution?
The text was updated successfully, but these errors were encountered: