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 BrowserNative, and its main feature is "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".

Extension Screenshots

screenshot
screenshot
screenshot

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

                        Use keyboard command Ctrl + Shift + E.

Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/                    

Extension Basic Information

Name Disable Extensions and Apps Disable Extensions and Apps
ID abmoaeegegigmhgfmdmlhkoghibgkpkj
Official URL https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj
Description Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
File Size 60.19 KB
Installation Count 2,006
Current Version 0.0.7
Last Updated 2017-09-20
Publish Date 2017-09-20
Rating 4.88/5 Total 24 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/disable-chrome-extensions-apps/
Help Page URL https://browsernative.com/disable-chrome-extensions-apps/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon-enabled.png",
        "default_title": "Disable Extensions and Apps"
    },
    "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.",
    "homepage_url": "https:\/\/browsernative.com\/disable-chrome-extensions-apps\/",
    "icons": {
        "128": "static\/icon-disabled.png",
        "48": "static\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Disable Extensions and Apps",
    "version": "0.0.7",
    "permissions": [
        "management"
    ],
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}