EB Anti Block

Removes Anti Adblock notice on EB.dk

What is EB Anti Block?

EB Anti Block is a Chrome extension developed by Jonas Lomholdt, and its main feature is "Removes Anti Adblock notice on EB.dk".

Download EB Anti Block Extension CRX File

Download EB Anti Block extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Surf på ekstrabladet.dk med AdBlock slået til. 

Fjerner Anti Adblock skiltet fra ekstrabladets hjemmeside. 

Denne opdateret version virker også med den nye version.                    

Extension Basic Information

Name EB Anti Block EB Anti Block
ID ndkhbdpdpbcaijpncamngabgikkmkdfh
Official URL https://chromewebstore.google.com/detail/eb-anti-block/ndkhbdpdpbcaijpncamngabgikkmkdfh
Description Removes Anti Adblock notice on EB.dk
File Size 3.52 KB
Installation Count 131
Current Version 1.1
Last Updated 2017-08-29
Publish Date 2017-08-29
Rating 5.00/5 Total 1 Ratings
Developer Jonas Lomholdt
Email [email protected]
Payment Type free
Supported Languages da
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"
    }
}