Adblock Unblock

Adblock Unblock

Disables the Adblock-block feature on several websites. Created by Sourceworks.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": "Adblock Unblock",
  "description": "Disables the Adblock-block feature on several websites. Created by Sourceworks.dk",
  "version": "1.4",
  "content_scripts": [
    {
      "matches": [
        "*://ekstrabladet.dk/*",
        "*://politiken.dk/*",
        "*://www.tv3sport.dk/*"
      ],
      "js": [
        "AdblockUnblock.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}