Stopza Adblocker
Effortless adbocker and content filtering
Stopza Adblocker là gì?
Stopza Adblocker là một tiện ích mở rộng Chrome được phát triển bởi Amari Jast, và tính năng chính của nó là "Effortless adbocker and content filtering".
Ả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 Stopza Adblocker
Tải xuống các tệp mở rộng Stopza 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
Stopza fights ads. Doesn’t matter what kind: banner, text ads, videos ads. Whatever Make your personal web experience clutter-free! Some features ✰ Enable/disable ad blocker on a specific site. ✰ Enable/disable globally if you need to turn it off temporarily ✰ Adblocking rules are downloaded and enabled _automatically_. No need for setup
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stopza Adblocker |
ID | kdmoafnhillldhoddnccefecelkofphm |
URL Chính Thức | https://chromewebstore.google.com/detail/stopza-adblocker/kdmoafnhillldhoddnccefecelkofphm |
Mô tả | Effortless adbocker and content filtering |
Kích Thước Tệp | 7.62 MB |
Số Lần Cài Đặt | 2,894,788 |
Phiên Bản Hiện Tại | 3.0.1 |
Cập Nhật Lần Cuối | 2023-07-20 |
Ngày Phát Hành | 2021-03-15 |
Đánh Giá | 4.00/5 Tổng số 68 Đánh Giá |
Nhà Phát Triển | Amari Jast |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.notion.so/Privacy-Policy-Stopza-06702f2b7aa8406eb5bbca17ba7e15c3 |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "__MSG_extName__", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "incognito": "split", "manifest_version": 3, "minimum_chrome_version": "101.0", "name": "__MSG_extName__", "permissions": [ "alarms", "scripting", "storage", "unlimitedStorage", "webNavigation", "declarativeNetRequest" ], "host_permissions": [ " |