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 QAdblocker, and its main feature is "Disables the Adblock-block feature on several websites. Created by Sourceworks.dk".
Extension Screenshots
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 | |
ID | pfehcnhccimamdndkjndjkdbhnoggnik |
Official URL | https://chrome.google.com/webstore/detail/adblock-unblock/pfehcnhccimamdndkjndjkdbhnoggnik |
Description | Disables the Adblock-block feature on several websites. Created by Sourceworks.dk |
File Size | 27.68 KB |
Installation Count | 821 |
Current Version | 1.4 |
Last Updated | 2019-10-31 |
Publish Date | 2019-10-30 |
Rating | 3.00/5 Total 2 Ratings |
Developer | QAdblocker |
Payment Type | free |
Privacy Policy Page URL | http://ad-o-meter.com/privpolicy.htm |
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" } } |