Disable Extensions and Apps

Disable Extensions and Apps

Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.

Merlin
Additional files are visible only to premium users

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": {
    "48": "static/icon-48.png",
    "128": "static/icon-disabled.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"
      }
    }
  }
}