Extension Manager

Quickly and Easy enable, disable, uninstall, custom group or nickname, star or top and export CSV extensions for Chrome Web Store.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.6.0",
  "default_locale": "en",
  "action": {
    "default_title": "__MSG_name__",
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icon/logo.png",
      "32": "icon/logo.png",
      "48": "icon/logo.png",
      "128": "icon/logo.png",
      "300": "icon/logo.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon/logo.png",
    "32": "icon/logo.png",
    "48": "icon/logo.png",
    "128": "icon/logo.png",
    "300": "icon/logo.png"
  },
  "permissions": [
    "management",
    "storage",
    "unlimitedStorage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}