Page Analytics Summary Firefox

Examine source code of Page Analytics Summary

Inspect and view changes in Page Analytics Summary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Analytics Summary",
  "version": "1.0",
  "description": "Detects and lists analytics/tracking scripts like GA, Yandex, GTM, etc.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4dcfa03f-f215-4a58-8f61-6225f3fc44e1}",
      "strict_min_version": "78.0"
    }
  }
}

Best Page Analytics Summary Alternatives

Here are some Firefox add-ons that are similar to Page Analytics Summary: