mmm.dk Adblock-warning Blocker
Remove blocking if visiting with adblock enabled on mmm.dk
What is mmm.dk Adblock-warning Blocker?
mmm.dk Adblock-warning Blocker is a Chrome extension developed by exetico, and its main feature is "Remove blocking if visiting with adblock enabled on mmm.dk".
Extension Screenshots
Download mmm.dk Adblock-warning Blocker Extension CRX File
Download mmm.dk Adblock-warning Blocker 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
Then you visit mmm.dk with ad-block, you can't access the information on the page. To fix that out, you need this plugin! It will fix all, so you're able to see boobs again.
Extension Basic Information
Name | |
ID | klilapgmakcioblcefiebblpfbhhdcni |
Official URL | https://chrome.google.com/webstore/detail/mmmdk-adblock-warning-blo/klilapgmakcioblcefiebblpfbhhdcni |
Description | Remove blocking if visiting with adblock enabled on mmm.dk |
File Size | 12.34 KB |
Installation Count | 33 |
Current Version | 0.9 |
Last Updated | 2015-03-24 |
Publish Date | 2015-03-24 |
Rating | 3.00/5 Total 4 Ratings |
Developer | exetico |
[email protected] | |
Payment Type | free |
Supported Languages | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mmm.dk Adblock-warning Blocker", "version": "0.9", "manifest_version": 2, "description": "Remove blocking if visiting with adblock enabled on mmm.dk", "icons": { "128": "mmm-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/mmm.dk\/*", "*:\/\/www.mmm.dk\/*" ], "css": [ "mmm.css" ], "js": [ "mmm.js" ], "run_at": "document_end" } ] } |