Stopza Adblocker
Effortless adbocker and content filtering
Wat is Stopza Adblocker?
Stopza Adblocker is een Chrome-extensie ontwikkeld door Amari Jast, en de belangrijkste functie is "Effortless adbocker and content filtering".
Extensie Screenshots
Download het CRX-bestand van de extensie Stopza Adblocker
Download Stopza Adblocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Stopza Adblocker |
ID | kdmoafnhillldhoddnccefecelkofphm |
Officiële URL | https://chromewebstore.google.com/detail/stopza-adblocker/kdmoafnhillldhoddnccefecelkofphm |
Beschrijving | Effortless adbocker and content filtering |
Bestandsgrootte | 7.62 MB |
Aantal Installaties | 2,894,788 |
Huidige Versie | 3.0.1 |
Laatst Bijgewerkt | 2023-07-20 |
Publicatiedatum | 2021-03-15 |
Beoordeling | 4.00/5 Totaal 68 Beoordelingen |
Ontwikkelaar | Amari Jast |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.notion.so/Privacy-Policy-Stopza-06702f2b7aa8406eb5bbca17ba7e15c3 |
Ondersteunde Talen | 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": [ " |