Page Tracking Summary Firefox

Examine source code of Page Tracking Summary

Inspect and view changes in Page Tracking Summary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Tracking 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": "{6e2beea0-39ef-4f96-adbc-db0022176507}",
      "strict_min_version": "78.0"
    }
  }
}

Best Page Tracking Summary Alternatives

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