Click Counter Badge Firefox

Examine source code of Click Counter Badge

By: Avery
Inspect and view changes in Click Counter Badge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Click Counter Badge",
  "version": "1.0",
  "description": "Counts how many times the extension icon is clicked and shows it as a badge.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Click Counter Badge",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d094b6f3-fdc7-42fb-9d1f-087f2c7a26c6}"
    }
  }
}

Best Click Counter Badge Alternatives

Here are some Firefox add-ons that are similar to Click Counter Badge: