AdEraser
Erase Annoying ADs
AdEraserคืออะไร?
AdEraser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vinod Kumar และคุณลักษณะหลักของมันคือ "Erase Annoying ADs"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdEraser
ดาวน์โหลดไฟล์ส่วนขยาย AdEraser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Annoyed with intrusive Ads? AdEraser helps you remove Ads from any webpage. Steps to remove Ads Press Control Key. Move cusror over the Ad block. Hold for half a second.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjdelnndmmlhciepkjipfammigimegfa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/aderaser/fjdelnndmmlhciepkjipfammigimegfa |
คำอธิบาย | Erase Annoying ADs |
ขนาดไฟล์ | 40.42 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-02-23 |
วันที่เผยแพร่ | 2017-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Vinod Kumar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdEraser", "description": "Erase Annoying ADs", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |