Adblock for Internet
Removes ads from Internet.
Adblock for Internetคืออะไร?
Adblock for Internet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://installadblock.com และคุณลักษณะหลักของมันคือ "Removes ads from Internet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblock for Internet
ดาวน์โหลดไฟล์ส่วนขยาย Adblock for Internet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remove ads from websites and YouTube with low CPU and RAM consumption.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eapnbgjpefaicphghglacdclgpdmkona |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/adblock-for-internet/eapnbgjpefaicphghglacdclgpdmkona |
คำอธิบาย | Removes ads from Internet. |
ขนาดไฟล์ | 354 KB |
จำนวนการติดตั้ง | 23,803 |
เวอร์ชันปัจจุบัน | 1.1.0.3 |
อัปเดตครั้งล่าสุด | 2022-07-27 |
วันที่เผยแพร่ | 2022-05-13 |
คะแนน | 4.18/5 รวมทั้งหมด 94 คะแนน |
ผู้พัฒนา | http://installadblock.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.installadblock.com/privacy-policy.html |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1.0.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/blocklist.json" } ] }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Adblock for Internet", "default_popup": "pages\/popup.html" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ] } |