Helping AdBlock do its shit
Fighting anti-adblock sites.
What is Helping AdBlock do its shit?
Helping AdBlock do its shit is a Chrome extension developed by Great Cornholio, and its main feature is "Fighting anti-adblock sites.".
Download Helping AdBlock do its shit Extension CRX File
Download Helping AdBlock do its shit 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
Allowing AdBlockPlus to run on sites that are actively trying to block it, removing any modal dialogs found on those sites. Currently supports: ynet.co.il globes.co.il kikar.co.il tapuz.co.il
Extension Basic Information
Name | Helping AdBlock do its shit |
ID | pmbgkkpjocmffdidmkmggkpkkdbbgleh |
Official URL | https://chromewebstore.google.com/detail/helping-adblock-do-its-sh/pmbgkkpjocmffdidmkmggkpkkdbbgleh |
Description | Fighting anti-adblock sites. |
File Size | 25.11 KB |
Installation Count | 51 |
Current Version | 0.0.0.4 |
Last Updated | 2015-11-26 |
Publish Date | 2015-11-22 |
Rating | 4.50/5 Total 6 Ratings |
Developer | Great Cornholio |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Helping AdBlock do its shit", "description": "Fighting anti-adblock sites.", "version": "0.0.0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "helpadblock.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |