Restraint

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

Cos'è Restraint?

Restraint è un'estensione di Chrome sviluppata da divdahv, e la sua funzione principale è "Block distracting websites for five minutes or five hours or all day.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Restraint

Scarica i file di estensione Restraint in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Restraint Restraint
ID nghnabbcbelnoodmcbpaellgiillclbo
URL Ufficiale https://chrome.google.com/webstore/detail/restraint/nghnabbcbelnoodmcbpaellgiillclbo
Descrizione Block distracting websites for five minutes or five hours or all day.
Dimensione del File 101 KB
Conteggio Installazioni 11
Versione Corrente 1.6
Ultimo Aggiornamento 2014-04-28
Data di Pubblicazione 2014-04-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore divdahv
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}