Hiper AdBlock for Websites & YouTube™
Hiper AdBlock removes unwanted ad on websites and videos.
Hiper AdBlock for Websites & YouTube™ là gì?
Hiper AdBlock for Websites & YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Ultra AdBlock, và tính năng chính của nó là "Hiper AdBlock removes unwanted ad on websites and videos.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hiper AdBlock for Websites & YouTube™
Tải xuống các tệp mở rộng Hiper AdBlock for Websites & YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hiper AdBlock for Websites & YouTube™ |
ID | ehbcbdefgokbnkgnkecmlabccnfnodab |
URL Chính Thức | https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab |
Mô tả | Hiper AdBlock removes unwanted ad on websites and videos. |
Kích Thước Tệp | 284 KB |
Số Lần Cài Đặt | 123,215 |
Phiên Bản Hiện Tại | 2.0.0.9 |
Cập Nhật Lần Cuối | 2023-02-16 |
Ngày Phát Hành | 2022-09-06 |
Đánh Giá | 4.39/5 Tổng số 310 Đánh Giá |
Nhà Phát Triển | Ultra AdBlock |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ultra-adblock.com/ |
URL Trang Trợ Giúp | https://www.ultra-adblock.com/ |
URL Trang Chính Sách Bảo Mật | https://www.ultra-adblock.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } |