Extension Manager with Profiles

Extension Manager with Profiles

Disable unused extensions according to different profiles to free up their resource usage and to improve your privacy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Extension Manager with Profiles",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "0.2.2",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "management"
  ],
  "action": {
    "default_popup": "/data/panel/index.html"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "homepage_url": "https://add0n.com/addon-manager.html",
  "options_ui": {
    "page": "/data/options/index.html"
  },
  "icons": {
    "16": "/data/icons/16.png",
    "32": "/data/icons/32.png",
    "48": "/data/icons/48.png",
    "64": "/data/icons/64.png",
    "128": "/data/icons/128.png",
    "256": "/data/icons/256.png"
  },
  "commands": {
    "_execute_action": {}
  },
  "offline_enabled": true
}