AdBlock 360
Blocks popups, ads, trackers from our block list and auto skip youtube ads
AdBlock 360 là gì?
AdBlock 360 là một tiện ích mở rộng Chrome được phát triển bởi Adblock 360, và tính năng chính của nó là "Blocks popups, ads, trackers from our block list and auto skip youtube ads".
Ả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 AdBlock 360
Tải xuống các tệp mở rộng AdBlock 360 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
Extension features : 📺 Auto skip Youtube video ads 🔥 Eliminate annoying popups 🧹 Hide or remove bad ads 🤖 Block most social and privacy trackers 🥷 Not detected by anti-adblock scripts. We do not block all ads, we keep some search engine and display ads which are relevant. If you find that we should block an annoying and repetitive ad, please report and we will add it. Our privacy policy is available here : https://adblock-360.com/privacy.htm Its a long read, so we will make it easy : - We do not log any personal information with this extension. - The only thing we log is how many ads we help you block and its anonymous.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ghfkgecdjkmgjkhbdpjdhimeleinmmkl |
URL Chính Thức | https://chrome.google.com/webstore/detail/adblock-360/ghfkgecdjkmgjkhbdpjdhimeleinmmkl |
Mô tả | Blocks popups, ads, trackers from our block list and auto skip youtube ads |
Kích Thước Tệp | 142 KB |
Số Lần Cài Đặt | 600,000 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2021-09-21 |
Ngày Phát Hành | 2021-09-21 |
Đánh Giá | 1.85/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Adblock 360 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://adblock-360.com/privacy.htm |
URL Trang Chính Sách Bảo Mật | https://adblock-360.com/privacy.htm |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,es,it,pt-BR,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0.0", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "128.png" }, "permissions": [ "webNavigation", "webRequest", "webRequestBlocking", "https:\/\/*\/*", "storage", "tabs" ], "background": { "persistent": true, "scripts": [ "banlist.js", "background.js" ] }, "web_accessible_resources": [ "128.png" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "jquery-3.6.0.slim.min.js", "content.js" ] } ], "manifest_version": 2 } |