Adblocker Unlimited — block ads & browse safe
Unlimited Adblock is a powerful but simple, ad blocking tool!
Adblocker Unlimited — block ads & browse safeคืออะไร?
Adblocker Unlimited — block ads & browse safe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ad Blocking Manager และคุณลักษณะหลักของมันคือ "Unlimited Adblock is a powerful but simple, ad blocking tool!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker Unlimited — block ads & browse safe
ดาวน์โหลดไฟล์ส่วนขยาย Adblocker Unlimited — block ads & browse safe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adblocker Unlimited blocks all annoying ads on video hosting sites like Youtube, Vimeo, DailyMotion and others sites. The extension works several times faster than other ad blockers and also blocks third party tracking on visited pages! Benefits: - No ads when watching video content! Enjoy videos without distraction. - Faster page loading by blocking ads content - Improve security by blocking tracking scripts - Unbelievably fast work speed How to use the extension? After installing Unlimited Adblocker in Chrome, click the extension icon in the upper-right corner to enable its features. Save your time and increase your browser speed with a well-functioning Unlimited Adblock. We are always open to new ideas. If you have any comments or suggestions, just contact us.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Adblocker Unlimited — block ads & browse safe |
ID | jbmchedljjfealnmchfkfimjakeodmhi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/adblocker-unlimited-%E2%80%94-blo/jbmchedljjfealnmchfkfimjakeodmhi |
คำอธิบาย | Unlimited Adblock is a powerful but simple, ad blocking tool! |
ขนาดไฟล์ | 4.59 MB |
จำนวนการติดตั้ง | 2,491 |
เวอร์ชันปัจจุบัน | 0.8.3 |
อัปเดตครั้งล่าสุด | 2022-10-19 |
วันที่เผยแพร่ | 2022-10-19 |
คะแนน | 4.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Ad Blocking Manager |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1-kpKfB8mBPodHiek5l0QbG8FFRfbUn8fp5wLLhBb-eA |
ภาษาที่รองรับ | de,en,nl,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "img\/logo-green-128x128.png", "default_popup": "html\/results.html", "default_title": "Adblocker Unlimited" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/document.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "js\/frame.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "default_locale": "en", "description": "Unlimited Adblock is a powerful but simple, ad blocking tool!", "host_permissions": [ " |