No Thank You, Website!
No Thank You, Website!, an open-source Chrome productivity extension to block website access
Cos'è No Thank You, Website!?
No Thank You, Website! è un'estensione di Chrome sviluppata da swrittenb, e la sua funzione principale è "No Thank You, Website!, an open-source Chrome productivity extension to block website access".
Scarica il file CRX dell'estensione No Thank You, Website!
Scarica i file di estensione No Thank You, Website! 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
A simple and straightforward way to block websites you don't want to visit. Tired of visiting the same news site over and over? Too much social media? Just say No Thank You, Website!
Informazioni di Base sull'Estensione
Nome | |
ID | lfableeiebdjblgjnphnmfnhdfaefokc |
URL Ufficiale | https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc |
Descrizione | No Thank You, Website!, an open-source Chrome productivity extension to block website access |
Dimensione del File | 6.61 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-12-08 |
Data di Pubblicazione | 2016-12-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | swrittenb |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Thank You, Website!", "description": "No Thank You, Website!, an open-source Chrome productivity extension to block website access", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "No Thank You, Website!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "*:\/\/*\/*" ] } |