Extension Disabler
Easily disable extensions
What is Extension Disabler?
Extension Disabler is a Chrome extension developed by Harri Huhta, and its main feature is "Easily disable extensions".
Extension Screenshots
Download Extension Disabler Extension CRX File
Download Extension Disabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Disabler is a simplistic tool for toggling your currently enabled extensions on / off. It offers an easy 1-click toggle button that can be used to disable or enable your other extensions at any time. No configuration required. The extension is open source and can be found at https://gitlab.com/harri-huhta/extension-disabler
Extension Basic Information
Name | Extension Disabler |
ID | plaiffgjdokelmjljbcebnmeabkjglfd |
Official URL | https://chromewebstore.google.com/detail/extension-disabler/plaiffgjdokelmjljbcebnmeabkjglfd |
Description | Easily disable extensions |
File Size | 142 KB |
Installation Count | 390 |
Current Version | 0.5 |
Last Updated | 2020-10-28 |
Publish Date | 2020-10-28 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Harri Huhta |
[email protected] | |
Payment Type | free |
Extension Website | https://gitlab.com/harri-huhta/extension-disabler |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Disabler", "version": "0.5", "description": "Easily disable extensions", "permissions": [ "storage", "management" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_icon": "images\/on.png", "default_title": "Extension Disabler" } } |