Ad Tracker v1.22 BETA

Ad Tracker v1.22 BETA

Provides a clean output of all GTM ad request/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ad Tracker v1.22 BETA",
  "description": "Provides a clean output of all GTM ad request/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019",
  "version": "1.22",
  "action": {
    "default_icon": "ATicon32.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "SRAandMRA.js",
        "code.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "ATicon16.png",
    "32": "ATicon32.png",
    "48": "ATicon48.png",
    "128": "ATicon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "file:///*",
        "http://localhost/*",
        "https://localhost/*"
      ],
      "all_frames": false,
      "js": [
        "SRAandMRA.js"
      ],
      "run_at": "document_start"
    }
  ]
}