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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Anti Ads Hijacking
ดาวน์โหลดไฟล์ส่วนขยาย Anti Ads Hijacking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |