Block domain's
This extension allows the user to block a domain that you dont want to see again
Cos'è Block domain's?
Block domain's è un'estensione di Chrome sviluppata da Kay Bakhauge, e la sua funzione principale è "This extension allows the user to block a domain that you dont want to see again".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Block domain's
Scarica i file di estensione Block domain's 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
This extension block's domains you never want to see again. When blocked it will never open a tab with that website. You can export / import domain list.
Informazioni di Base sull'Estensione
Nome | |
ID | phoaoepnfjffkaggaplhohlbpdpobllc |
URL Ufficiale | https://chrome.google.com/webstore/detail/block-domains/phoaoepnfjffkaggaplhohlbpdpobllc |
Descrizione | This extension allows the user to block a domain that you dont want to see again |
Dimensione del File | 18.84 KB |
Conteggio Installazioni | 368 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2017-10-11 |
Data di Pubblicazione | 2017-10-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Kay Bakhauge |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Block domain's", "description": "This extension allows the user to block a domain that you dont want to see again", "version": "1.0.0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "bp16.png", "24": "bp24.png", "32": "bp32.png", "64": "bp64.png", "128": "bp128.png" }, "browser_action": { "default_icon": "bp16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "idle", "background" ] } |