Toggle Disable All Extensions

Toggle Disable All Extensions

One click temporarily disables all extensions. Click again to re-enable all extensions previously disabled.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.1",
  "permissions": [
    "management",
    "storage"
  ],
  "options_ui": {
    "page": "html/setting.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "js/service-worker.js"
  },
  "icons": {
    "32": "img/de_32.png",
    "64": "img/de_64.png",
    "128": "img/de_128.png",
    "200": "img/de_200.png",
    "500": "img/de_500.png"
  },
  "action": {
    "default_icon": {
      "32": "img/de_32.png",
      "64": "img/de_64.png",
      "128": "img/de_128.png",
      "200": "img/de_200.png",
      "500": "img/de_500.png"
    }
  },
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}