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.
Vad är Anti Ads Hijacking?
Anti Ads Hijacking är en Chrome-tillägg utvecklad av Bruce King, och dess huvudfunktion är "When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.".
Tilläggsskärmbilder
Ladda ner Anti Ads Hijacking-förlängningens CRX-fil
Ladda ner Anti Ads Hijacking-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Source code: https://github.com/xieweiking/anti-ads-hijacking (And there is an ads_hosts file, light-user can just ignore it)
Grundläggande Information om Tillägg
Namn | |
ID | fhjblkidlgjmdcljngkmfangeonfppcd |
Officiell webbadress | https://chrome.google.com/webstore/detail/anti-ads-hijacking/fhjblkidlgjmdcljngkmfangeonfppcd |
Beskrivning | When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it. |
Filstorlek | 25.63 KB |
Antal Installationer | 725 |
Aktuell Version | 0.0.5 |
Senast Uppdaterad | 2014-09-01 |
Publiceringsdatum | 2014-09-01 |
Betyg | 3.60/5 Totalt 5 Betyg |
Utvecklare | Bruce King |
Betalningssätt | free |
Stödda Språk | 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 } |