DistractBlock

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

Qu'est-ce que DistractBlock ?

DistractBlock est une extension Chrome développée par pandaDevs, et sa fonction principale est "Temporarily block websites - *** STUDY AID ***".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DistractBlock

Téléchargez les fichiers d'extension DistractBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
URL Officiel https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
Description Temporarily block websites - *** STUDY AID ***
Taille du Fichier 153 KB
Nombre d'Installations 90
Version Actuelle 1.1
Dernière Mise à Jour 2017-03-08
Date de Publication 2017-03-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur pandaDevs
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}