Adblock Keeper
This extension tries to iron out adblock crippled experience on jyllands-posten.dk, politiken.dk & ekstrabladet.dk
What is Adblock Keeper?
Adblock Keeper is a Chrome extension developed by Codeentangle, and its main feature is "This extension tries to iron out adblock crippled experience on jyllands-posten.dk, politiken.dk & ekstrabladet.dk".
Extension Screenshots
Download Adblock Keeper Extension CRX File
Download Adblock Keeper 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
Adblock Keeper is designed to produce a better experince using jyllands-posten.dk, politiken.dk & ekstrabladet.dk while having an adblocker installed - no more adblock disabling.
Extension Basic Information
Name | Adblock Keeper |
ID | ogimcmcgejdkkenkbilfkcnligclfcpn |
Official URL | https://chromewebstore.google.com/detail/adblock-keeper/ogimcmcgejdkkenkbilfkcnligclfcpn |
Description | This extension tries to iron out adblock crippled experience on jyllands-posten.dk, politiken.dk & ekstrabladet.dk |
File Size | 38.94 KB |
Installation Count | 40 |
Current Version | 0.4.3 |
Last Updated | 2017-11-05 |
Publish Date | 2017-11-05 |
Rating | 4.67/5 Total 6 Ratings |
Developer | Codeentangle |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Adblock Keeper", "description": "This extension tries to iron out adblock crippled experience on jyllands-posten.dk, politiken.dk & ekstrabladet.dk", "version": "0.4.3", "icons": { "128": "ui\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ekstrabladet.dk\/*", "*:\/\/*.jyllands-posten.dk\/*", "*:\/\/*.politiken.dk\/*" ], "js": [ "js\/vendor\/jquery-2.2.1.min.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.ekstrabladet.dk\/*" ], "js": [ "js\/eb.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.jyllands-posten.dk\/*" ], "js": [ "js\/jp.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.politiken.dk\/*" ], "js": [ "js\/pk.js" ], "run_at": "document_end" } ] } |