Stopza Adblocker
Effortless adbocker and content filtering
什麼是Stopza Adblocker?
Stopza Adblocker是由Amari Jast開發的Chrome擴展程式,該擴展的主要功能是“Effortless adbocker and content filtering”。
擴展截圖
下載Stopza Adblocker擴展crx文件
下載Stopza Adblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Stopza Adblocker |
ID | kdmoafnhillldhoddnccefecelkofphm |
官方網址 | https://chromewebstore.google.com/detail/stopza-adblocker/kdmoafnhillldhoddnccefecelkofphm |
簡介 | Effortless adbocker and content filtering |
檔案大小 | 7.62 MB |
安裝次數 | 2,894,788 |
目前版本 | 3.0.1 |
更新時間 | 2023-07-20 |
上架時間 | 2021-03-15 |
評分 | 4.00/5 共 68 次評分 |
開發者 | Amari Jast |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.notion.so/Privacy-Policy-Stopza-06702f2b7aa8406eb5bbca17ba7e15c3 |
支援的語言 | 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": [ " |