Check Adblocker

Check Adblocker

Check if ad is ABP conform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Check Adblocker",
  "description": "Check if ad is ABP conform",
  "version": "1.1",
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": ""
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "js/core.js"
    ]
  }
}