SoftBlock

Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.

Cos'è SoftBlock?

SoftBlock è un'estensione di Chrome sviluppata da https://bootstrapped.ventures, e la sua funzione principale è "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SoftBlock

Scarica i file di estensione SoftBlock 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

                        Increase your productivity by blocking access to a blacklist of websites while still allowing you to regain access when needed (during your break, for example), but only for a limited time.

This first version is really basic and created for my own needs.
Feel free to take a look at the source at https://github.com/BrechtVds/SoftBlock                    

Informazioni di Base sull'Estensione

Nome SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
URL Ufficiale https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
Descrizione Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
Dimensione del File 49.83 KB
Conteggio Installazioni 28
Versione Corrente 1.1
Ultimo Aggiornamento 2014-09-08
Data di Pubblicazione 2014-09-08
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore https://bootstrapped.ventures
Tipo di Pagamento free
Sito Web dell'Estensione http://bootstrapped.ventures/softblock-chrome-extension/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoftBlock",
    "description": "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.",
    "version": "1.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/softblock.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "SoftBlock",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}