DistractBlock

Temporarily block websites - *** STUDY AID ***

Cos'è DistractBlock?

DistractBlock è un'estensione di Chrome sviluppata da pandaDevs, e la sua funzione principale è "Temporarily block websites - *** STUDY AID ***".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DistractBlock

Scarica i file di estensione DistractBlock 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

                        Be more productive and stay focused with DistractBlock.

A simple, easy to use study aid to block distracting websites.

You can block sites individually or you can create a list of sites to block in a single click.

Sites continue to be blocked until the user selected timer runs out.


Please do not hesitate to email me any issues/suggestions you have before giving negative feedback!
I will try and fix issues ASAP.                    

Informazioni di Base sull'Estensione

Nome DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
URL Ufficiale https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
Descrizione Temporarily block websites - *** STUDY AID ***
Dimensione del File 153 KB
Conteggio Installazioni 90
Versione Corrente 1.1
Ultimo Aggiornamento 2017-03-08
Data di Pubblicazione 2017-03-08
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore pandaDevs
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DistractBlock",
    "short_name": "DistractBlock",
    "description": "Temporarily block websites - *** STUDY AID ***",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icons\/not_active_64.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "32": "img\/icons\/active_32.png",
        "64": "img\/icons\/active_64.png",
        "128": "img\/icons\/active_128.png"
    },
    "web_accessible_resources": [
        "blocked.html"
    ],
    "permissions": [
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "declarativeContent",
        "storage"
    ]
}