AdTech Ad Inspector

AdTech Ad Inspector

AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AdTech Ad Inspector",
  "description": "AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.",
  "version": "1.1.0",
  "browser_action": {
    "default_icon": "images/icon-128.png"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "loader.js"
  ]
}