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.
What is Anti Ads Hijacking?
Anti Ads Hijacking is a Chrome extension developed by Bruce King, and its main feature is "When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.".
Extension Screenshots
Download Anti Ads Hijacking Extension CRX File
Download Anti Ads Hijacking 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
Source code: https://github.com/xieweiking/anti-ads-hijacking (And there is an ads_hosts file, light-user can just ignore it)
Extension Basic Information
Name | |
ID | fhjblkidlgjmdcljngkmfangeonfppcd |
Official URL | https://chrome.google.com/webstore/detail/anti-ads-hijacking/fhjblkidlgjmdcljngkmfangeonfppcd |
Description | When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it. |
File Size | 25.63 KB |
Installation Count | 725 |
Current Version | 0.0.5 |
Last Updated | 2014-09-01 |
Publish Date | 2014-09-01 |
Rating | 3.60/5 Total 5 Ratings |
Developer | Bruce King |
Payment Type | free |
Supported Languages | 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 } |