Ad Review Toolbar BETA (by Google)

Ad Review Toolbar BETA (by Google)

A toolbar to allow publishers to see detailed information about ads served by Google to their site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionTitle__",
  "version": "0.10.0",
  "description": "__MSG_extensionDescription__",
  "browser_action": {
    "default_icon": "icon_disabled.png",
    "default_title": "__MSG_extensionTitle__"
  },
  "default_locale": "en_US",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "web_accessible_resources": [
    "toolbar.html"
  ],
  "minimum_chrome_version": "6"
}