SoftBlock

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

Qu'est-ce que SoftBlock ?

SoftBlock est une extension Chrome développée par https://bootstrapped.ventures, et sa fonction principale est "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SoftBlock

Téléchargez les fichiers d'extension SoftBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
URL Officiel https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
Description Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
Taille du Fichier 49.83 KB
Nombre d'Installations 28
Version Actuelle 1.1
Dernière Mise à Jour 2014-09-08
Date de Publication 2014-09-08
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://bootstrapped.ventures
Type de Paiement free
Site Web de l'Extension http://bootstrapped.ventures/softblock-chrome-extension/
Langues Prises en Charge 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"
        }
    }
}