Chrome Extension Button Enabler

Enables the "Add to Chrome" button for extensions marked as not following best practices

< 脚本 Chrome Extension Button Enabler 的反馈

提问 / 留言

§
发布于:2025-03-24

Seems not working for Ublock Origin: https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm

I tested on a clean profile.

I don't test your tip:

Manual trigger: Open the browser console (F12) and enter window.__chromeButtonEnabler.enableButton() and press Enter

But if i use the trick described in: How to enable back uBlock Origin at Chrome Web Store 2025 Use Chrome DevTools to inspect and modify the "Add to Chrome" button's code to enable the extension for installation.

I can install it.

Resume of the process:

First right-click on the gray color "Add to Chrome" button. A menu pops up, scroll all the way down to click "Inspect". Now look for this line:
Right-click on this line of code. A menu appears, and click on "Edit as HTML". Now this particular line is boxed up. Drag the bottom scrollbar, until you see this: disable="" Change the word disable to enabled. Close the Inspect Element page. Now the gray color "Add to Chrome" button should change to blue color. In other words, you can now click on it to install the extension.

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。