Restraint

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

Wat is Restraint?

Restraint is een Chrome-extensie ontwikkeld door divdahv, en de belangrijkste functie is "Block distracting websites for five minutes or five hours or all day.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Restraint

Download Restraint-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

                        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.                    

Basisinformatie over de Extensie

Naam Restraint Restraint
ID nghnabbcbelnoodmcbpaellgiillclbo
Officiële URL https://chrome.google.com/webstore/detail/restraint/nghnabbcbelnoodmcbpaellgiillclbo
Beschrijving Block distracting websites for five minutes or five hours or all day.
Bestandsgrootte 101 KB
Aantal Installaties 11
Huidige Versie 1.6
Laatst Bijgewerkt 2014-04-28
Publicatiedatum 2014-04-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar divdahv
Betalingswijze free
Ondersteunde Talen 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"
    ]
}