EkstraBlock

Blocks the new adblock block on Ekstra Bladet.

What is EkstraBlock?

EkstraBlock is a Chrome extension developed by Null4President, and its main feature is "Blocks the new adblock block on Ekstra Bladet.".

Extension Screenshots

screenshot

Download EkstraBlock Extension CRX File

Download EkstraBlock 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

                        EkstraBlock blokerer den nye adblock blokering på Ekstrabladet.dk

Open Source på GitHub: https://github.com/Null4President/EkstraBlock                    

Extension Basic Information

Name EkstraBlock EkstraBlock
ID gkfeoebdmiodjbhclogdmahffifmiejd
Official URL https://chromewebstore.google.com/detail/ekstrablock/gkfeoebdmiodjbhclogdmahffifmiejd
Description Blocks the new adblock block on Ekstra Bladet.
File Size 44.12 KB
Installation Count 21
Current Version 1.0
Last Updated 2016-06-15
Publish Date 2016-06-15
Rating 3.67/5 Total 3 Ratings
Developer Null4President
Payment Type free
Supported Languages da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EkstraBlock",
    "description": "Blocks the new adblock block on Ekstra Bladet.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/ekstrabladet.dk\/*"
            ],
            "js": [
                "jquery.js",
                "ekstrablock.js"
            ]
        }
    ]
}