Ad Inspector

Ad Inspector

Shows ad parameters from ads on the current page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ad Inspector",
  "version": "2.0.2",
  "manifest_version": 2,
  "author": "Florin Alexandrescu",
  "description": "Shows ad parameters from ads on the current page",
  "devtools_page": "devtools.html",
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}