WebBlock

Block distracting websites

Was ist WebBlock?

WebBlock ist eine Chrome-Erweiterung, die von webblockdev entwickelt wurde, und ihr Hauptmerkmal ist "Block distracting websites".

Erweiterungsscreenshots

screenshot

WebBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie WebBlock-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

                        Finally, a website blocker that actually works!

Some website blockers are too strict, so you disable them, only to never enable them again.

Some are too lax, so you figure out how to bypass them and they become useless.

WebBlock finds the perfect balance: it let's you go on blocked websites, but first you have to do nothing for 1 minute. The boredom is the perfect deterrent from binging youtube, but doesn't get in the way of real work!                    

Grundlegende Informationen zur Erweiterung

Name WebBlock WebBlock
ID jeahkphmdfbddenabgndnooheiciocka
Offizielle URL https://chromewebstore.google.com/detail/webblock/jeahkphmdfbddenabgndnooheiciocka
Beschreibung Block distracting websites
Dateigröße 32.56 KB
Installationsanzahl 496
Aktuelle Version 3.1.5
Letztes Update 2022-12-08
Veröffentlichungsdatum 2020-07-05
Bewertung 4.78/5 Insgesamt 9 Bewertungen
Entwickler webblockdev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/SimonBerens/WebBlock
Hilfeseite URL https://github.com/SimonBerens/WebBlock/issues
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebBlock",
    "version": "3.1.5",
    "description": "Block distracting websites",
    "icons": {
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_icon": [],
        "default_title": "WebBlock",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ]
}