AdStomp
A Blocker for Ad Unblockers
Wat is AdStomp?
AdStomp is een Chrome-extensie ontwikkeld door http://kunalnagar.in, en de belangrijkste functie is "A Blocker for Ad Unblockers".
Extensie Screenshots
Download het CRX-bestand van de extensie AdStomp
Download AdStomp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | omoobfkabeoablabejdmodnablfjjbch |
Officiële URL | https://chrome.google.com/webstore/detail/adstomp/omoobfkabeoablabejdmodnablfjjbch |
Beschrijving | A Blocker for Ad Unblockers |
Bestandsgrootte | 333 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2016-08-31 |
Publicatiedatum | 2016-08-31 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://kunalnagar.in |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |