Hyperlink Counter Firefox

Examine source code of Hyperlink Counter

Inspect and view changes in Hyperlink Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hyperlink Counter",
  "description": "Count all links on the page, classify internal vs external, and show top domains",
  "version": "1.0.4",
  "icons": {
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon/64.png",
    "default_title": "Hyperlink Counter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1b51aa6d-00fd-4115-b86a-d1bdbd5356f2}",
      "strict_min_version": "115.0"
    }
  }
}

Best Hyperlink Counter Alternatives

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