DistractBlock

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

Was ist DistractBlock?

DistractBlock ist eine Chrome-Erweiterung, die von pandaDevs entwickelt wurde, und ihr Hauptmerkmal ist "Temporarily block websites - *** STUDY AID ***".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

DistractBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie DistractBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
Offizielle URL https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
Beschreibung Temporarily block websites - *** STUDY AID ***
Dateigröße 153 KB
Installationsanzahl 90
Aktuelle Version 1.1
Letztes Update 2017-03-08
Veröffentlichungsdatum 2017-03-08
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler pandaDevs
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}