AdStomp
A Blocker for Ad Unblockers
What is AdStomp?
AdStomp is a Chrome extension developed by http://kunalnagar.in, and its main feature is "A Blocker for Ad Unblockers".
Extension Screenshots
Download AdStomp Extension CRX File
Download AdStomp 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
A Blocker for Adblocker Unblockers. Currently Supports: 1. Times of India 2. Wired 3. CultOfMac 4. Dawn.com 5. IndiaToday This project is under active development.
Extension Basic Information
Name | |
ID | omoobfkabeoablabejdmodnablfjjbch |
Official URL | https://chrome.google.com/webstore/detail/adstomp/omoobfkabeoablabejdmodnablfjjbch |
Description | A Blocker for Ad Unblockers |
File Size | 333 KB |
Installation Count | 23 |
Current Version | 1.0.4 |
Last Updated | 2016-08-31 |
Publish Date | 2016-08-31 |
Rating | 5.00/5 Total 6 Ratings |
Developer | http://kunalnagar.in |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdStomp", "version": "1.0.4", "manifest_version": 2, "description": "A Blocker for Ad Unblockers", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/timesofindia.indiatimes.com\/*", "*:\/\/www.wired.com\/*", "*:\/\/www.cultofmac.com\/*", "*:\/\/*.dawn.com\/*", "*:\/\/indiatoday.intoday.in\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/underscore\/underscore.js", "js\/setup.js", "js\/utils.js", "js\/unblockers\/unblockers.js", "js\/content.js" ], "css": [], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |