Hiper AdBlock for Websites & YouTube™
Hiper AdBlock removes unwanted ad on websites and videos.
Hiper AdBlock for Websites & YouTube™คืออะไร?
Hiper AdBlock for Websites & YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ultra AdBlock และคุณลักษณะหลักของมันคือ "Hiper AdBlock removes unwanted ad on websites and videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hiper AdBlock for Websites & YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Hiper AdBlock for Websites & YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes ads and pop-ups on YouTube™ and your favorite websites, all with low CPU and RAM consumption. Characteristics: - Removes ads, banner and popups - Remove ads on videos on YouTube™ News: - Already updated to be used with the new Google Chrome update. It's free to download and use!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hiper AdBlock for Websites & YouTube™ |
ID | ehbcbdefgokbnkgnkecmlabccnfnodab |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab |
คำอธิบาย | Hiper AdBlock removes unwanted ad on websites and videos. |
ขนาดไฟล์ | 284 KB |
จำนวนการติดตั้ง | 123,215 |
เวอร์ชันปัจจุบัน | 2.0.0.9 |
อัปเดตครั้งล่าสุด | 2023-02-16 |
วันที่เผยแพร่ | 2022-09-06 |
คะแนน | 4.39/5 รวมทั้งหมด 310 คะแนน |
ผู้พัฒนา | Ultra AdBlock |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ultra-adblock.com/ |
URL หน้าช่วยเหลือ | https://www.ultra-adblock.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ultra-adblock.com/privacy-policy.html |
ภาษาที่รองรับ | de,en,fr,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "2.0.0.9", "manifest_version": 3, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/block-sites-ads.js" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/block-list.json" } ] }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_extName__", "default_popup": "pages\/popup.html" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ] } |