EB Anti Block

EB Anti Block

Removes Anti Adblock notice on EB.dk

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EB Anti Block",
  "version": "1.1",
  "description": "Removes Anti Adblock notice on EB.dk",
  "content_scripts": [
    {
      "matches": [
        "http://ekstrabladet.dk/*",
        "https://ekstrabladet.dk/*"
      ],
      "js": [
        "eb.js"
      ]
    }
  ],
  "permissions": [
    "http://*.ekstrabladet.dk/*",
    "https://*.ekstrabladet.dk/*",
    "http://ekstrabladet.dk/*"
  ],
  "browser_action": {
    "default_title": "EB Anti Block"
  }
}