Restraint

Block distracting websites for five minutes or five hours or all day.

What is Restraint?

Restraint is a Chrome extension developed by divdahv, and its main feature is "Block distracting websites for five minutes or five hours or all day.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Restraint Extension CRX File

Download Restraint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds a little red button to your browser that you should click when you notice yourself getting distracted by a website. Adjust the timer, click the Block button, and free yourself from the grips of your favorite distraction.                    

Extension Basic Information

Name Restraint Restraint
ID nghnabbcbelnoodmcbpaellgiillclbo
Official URL https://chrome.google.com/webstore/detail/restraint/nghnabbcbelnoodmcbpaellgiillclbo
Description Block distracting websites for five minutes or five hours or all day.
File Size 101 KB
Installation Count 11
Current Version 1.6
Last Updated 2014-04-28
Publish Date 2014-04-28
Rating 5.00/5 Total 1 Ratings
Developer divdahv
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restraint",
    "version": "1.6",
    "author": "David Struewing",
    "description": "Block distracting websites for five minutes or five hours or all day.",
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "chrome-extension:\/\/pmfjccjkgpgjfkednjngklmoeckidkka\/blocked.html"
        ]
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/icon19.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "blocked.html"
    ]
}