Count Extensions

Count Extensions

Show the number of installed extensions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Count Extensions",
  "description": "Show the number of installed extensions.",
  "author": "Solomon Kinard",
  "icons": {
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "version": "1.3.1",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "management"
  ]
}