Ace AdBlocker
Simple to use ad blocker for all websites.
Ace AdBlocker là gì?
Ace AdBlocker là một tiện ích mở rộng Chrome được phát triển bởi https://adcutblocker.com, và tính năng chính của nó là "Simple to use ad blocker for all websites.".
Ả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 Ace AdBlocker
Tải xuống các tệp mở rộng Ace AdBlocker 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
🚀 Ace AdBlocker is a Chrome extension designed to provide users with a more enjoyable browsing experience by preventing ads from appearing on websites. The extension is regularly updated to ensure that its blocking rules are up-to-date and effective in blocking unwanted ads. 🎯 Ace AdBlocker uses a set of pre-defined rules to identify and block ads automatically. This makes it easy for users to install and use the extension without having to configure complicated settings. 🎉 Ace AdBlocker is a user-friendly tool that helps to make browsing the web more enjoyable by reducing the number of ads that users see.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ace AdBlocker |
ID | hkndpggkglmmjapagndfgpfhpdoimeag |
URL Chính Thức | https://chromewebstore.google.com/detail/ace-adblocker/hkndpggkglmmjapagndfgpfhpdoimeag |
Mô tả | Simple to use ad blocker for all websites. |
Kích Thước Tệp | 1.14 MB |
Số Lần Cài Đặt | 1,134 |
Phiên Bản Hiện Tại | 2.0.5 |
Cập Nhật Lần Cuối | 2024-02-25 |
Ngày Phát Hành | 2023-04-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://adcutblocker.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://adcutblocker.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,de,en,fr,nl,no,vi,da,es,it,pt-BR,fi,sv,th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "2.0.5", "default_locale": "en", "action": { "default_title": "__MSG_appName__", "default_popup": "action.html" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "js": [ "extended.js", "block.js" ], "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "alarms", "scripting", "storage", "unlimitedStorage", "declarativeNetRequest", "webNavigation" ], "host_permissions": [ " |