Anti Ads Hijacking
When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.
Wat is Anti Ads Hijacking?
Anti Ads Hijacking is een Chrome-extensie ontwikkeld door Bruce King, en de belangrijkste functie is "When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anti Ads Hijacking
Download Anti Ads Hijacking-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
Source code: https://github.com/xieweiking/anti-ads-hijacking (And there is an ads_hosts file, light-user can just ignore it)
Basisinformatie over de Extensie
Naam | |
ID | fhjblkidlgjmdcljngkmfangeonfppcd |
Officiële URL | https://chrome.google.com/webstore/detail/anti-ads-hijacking/fhjblkidlgjmdcljngkmfangeonfppcd |
Beschrijving | When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it. |
Bestandsgrootte | 25.63 KB |
Aantal Installaties | 725 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2014-09-01 |
Publicatiedatum | 2014-09-01 |
Beoordeling | 3.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Bruce King |
Betalingswijze | free |
Ondersteunde Talen | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "0.0.5", "description": "__MSG_extensionDescription__", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "script\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |