Skip to content
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

[BUG] Extension no longer works on the latest version of Chrome #272

Open
shaform opened this issue Jan 6, 2025 · 1 comment
Open

[BUG] Extension no longer works on the latest version of Chrome #272

shaform opened this issue Jan 6, 2025 · 1 comment

Comments

@shaform
Copy link

shaform commented Jan 6, 2025

Describe the bug
The store page states: "This extension is no longer available because it doesn't follow best practices for Chrome extensions." See https://chromewebstore.google.com/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh.

Rule and Test address
N/A

Extra informations
Cannot enable the extension.

@sylingd
Copy link
Member

sylingd commented Jan 6, 2025

This is the result of Manifest v2 support being deprecated in favor of Manifest v3.

HE is a Manifest v2 extension, hence the warning in your Google Chrome browser. There is no Manifest v3 version of HE, because eval and webRequest is removed from manifest v3, some functions won't be support if HE upgrade to Manifest v3, such as custom function, exclude rule, etc.

I'm planning to provide a extension named Header Editor Lite which only has basic functions.

For more info, you can visit uBO's wiki page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants