SoftBlock

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

SoftBlock क्या है?

SoftBlock https://bootstrapped.ventures द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SoftBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
आधिकारिक URL https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
विवरण Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
फ़ाइल का आकार 49.83 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-09-08
प्रकाशन तिथि 2014-09-08
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर https://bootstrapped.ventures
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://bootstrapped.ventures/softblock-chrome-extension/
समर्थित भाषाएँ 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"
        }
    }
}