BlockAll - block ads
AdBlocker - Blocks annoying ads with individual rules for popular sites
Cos'è BlockAll - block ads?
BlockAll - block ads è un'estensione di Chrome sviluppata da blockall1904, e la sua funzione principale è "AdBlocker - Blocks annoying ads with individual rules for popular sites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BlockAll - block ads
Scarica i file di estensione BlockAll - block ads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
BlockAll will protect you from all types of ads. An innovative ad protector.BlockAll will allow you to clean most of annoying ads from your browser. *Easy to use *On going updates *Fast and secure *Blocking all type of ads for any question you have, feel free to email us at [email protected]
Informazioni di Base sull'Estensione
Nome | |
ID | jbbpjeecholbhpbicnogbcfoaejengla |
URL Ufficiale | https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla |
Descrizione | AdBlocker - Blocks annoying ads with individual rules for popular sites |
Dimensione del File | 12.35 KB |
Conteggio Installazioni | 6,416 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-05-05 |
Data di Pubblicazione | 2022-05-05 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | blockall1904 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://blockall.net |
URL della Pagina di Aiuto | https://blockall.net |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlockAll - block ads", "description": "AdBlocker - Blocks annoying ads with individual rules for popular sites", "version": "1.0.1", "manifest_version": 3, "icons": { "16": ".\/images\/icon-16x16.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" }, "background": { "service_worker": ".\/background.js" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |