DistractBlock

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

Wat is DistractBlock?

DistractBlock is een Chrome-extensie ontwikkeld door pandaDevs, en de belangrijkste functie is "Temporarily block websites - *** STUDY AID ***".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DistractBlock

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

                        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.                    

Basisinformatie over de Extensie

Naam DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
Officiële URL https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
Beschrijving Temporarily block websites - *** STUDY AID ***
Bestandsgrootte 153 KB
Aantal Installaties 90
Huidige Versie 1.1
Laatst Bijgewerkt 2017-03-08
Publicatiedatum 2017-03-08
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar pandaDevs
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}