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.
Anti Ads Hijacking क्या है?
Anti Ads Hijacking Bruce King द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anti Ads Hijacking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Source code: https://github.com/xieweiking/anti-ads-hijacking (And there is an ads_hosts file, light-user can just ignore it)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fhjblkidlgjmdcljngkmfangeonfppcd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/anti-ads-hijacking/fhjblkidlgjmdcljngkmfangeonfppcd |
विवरण | When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it. |
फ़ाइल का आकार | 25.63 KB |
स्थापना संख्या | 725 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2014-09-01 |
प्रकाशन तिथि | 2014-09-01 |
रेटिंग | 3.60/5 कुल 5 रेटिंग्स |
डेवलपर | Bruce King |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |