SoftBlock

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

Wat is SoftBlock?

SoftBlock is een Chrome-extensie ontwikkeld door https://bootstrapped.ventures, en de belangrijkste functie is "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SoftBlock

Download SoftBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
Officiële URL https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
Beschrijving Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
Bestandsgrootte 49.83 KB
Aantal Installaties 28
Huidige Versie 1.1
Laatst Bijgewerkt 2014-09-08
Publicatiedatum 2014-09-08
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://bootstrapped.ventures
Betalingswijze free
Extensiewebsite http://bootstrapped.ventures/softblock-chrome-extension/
Ondersteunde Talen 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"
        }
    }
}