URL Link Counter Firefox

Examine source code of URL Link Counter

Inspect and view changes in URL Link Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL Link 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": "URL Link Counter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{115f6ebb-5ae1-440c-a36a-6d802477c174}",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best URL Link Counter Alternatives

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