AdTester - Test Your Own Ads for Free

AdTester - Test Your Own Ads for Free

Click your own ads without draining your advertising budget

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AdTester - Test Your Own Ads for Free",
  "description": "Click your own ads without draining your advertising budget",
  "version": "2.64",
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "adtquery.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "adtquery.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2
}