Adblock Unblock

Disables the Adblock-block feature on several websites. Created by Sourceworks.dk

What is Adblock Unblock?

Adblock Unblock is a Chrome extension developed by Sourceworks, and its main feature is "Disables the Adblock-block feature on several websites. Created by Sourceworks.dk".

Extension Screenshots

screenshot
screenshot

Download Adblock Unblock Extension CRX File

Download Adblock Unblock 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

                                            

Extension Basic Information

Name Adblock Unblock Adblock Unblock
ID icefkcdonjjkbehgohdgdggjipojinim
Official URL https://chrome.google.com/webstore/detail/adblock-unblock/icefkcdonjjkbehgohdgdggjipojinim
Description Disables the Adblock-block feature on several websites. Created by Sourceworks.dk
File Size 27.68 KB
Installation Count 48,527
Current Version 1.4
Last Updated 2019-03-05
Publish Date 2019-03-05
Rating 3.44/5 Total 48 Ratings
Developer Sourceworks
Email [email protected]
Payment Type free
Supported Languages en
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"
    }
}