Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
What is Disable Extensions and Apps?
Disable Extensions and Apps is a Chrome extension developed by badgersfanatic2002, and its main feature is "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".
Extension Screenshots
Download Disable Extensions and Apps Extension CRX File
Download Disable Extensions and Apps 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
Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.
Extension Basic Information
Name | |
ID | jochnddiejkclkgpofolihiiaehdmbhc |
Official URL | https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc |
Description | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
File Size | 60.42 KB |
Installation Count | 15,319 |
Current Version | 1.0.7 |
Last Updated | 2022-10-03 |
Publish Date | 2022-10-03 |
Rating | 3.00/5 Total 4 Ratings |
Developer | badgersfanatic2002 |
[email protected] | |
Payment Type | free |
Extension Website | https://dontleavethemon.com |
Help Page URL | https://dontleavethemon.com/?a=privacy |
Privacy Policy Page URL | https://dontleavethemon.com?a=privacy |
Supported Languages | en |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "static\/icon-enabled.png", "default_title": "Disable Extensions and Apps" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } }, "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.", "homepage_url": "https:\/\/dontleavethemon.com\/disable-chrome-extensions-apps\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 3, "name": "Disable Extensions and Apps", "options_page": "options.html", "permissions": [ "management", "storage", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |