WebBlock

Block distracting websites

Qu'est-ce que WebBlock ?

WebBlock est une extension Chrome développée par webblockdev, et sa fonction principale est "Block distracting websites".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension WebBlock 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

                        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!                    

Informations de Base sur l'Extension

Nom WebBlock WebBlock
ID jeahkphmdfbddenabgndnooheiciocka
URL Officiel https://chromewebstore.google.com/detail/webblock/jeahkphmdfbddenabgndnooheiciocka
Description Block distracting websites
Taille du Fichier 32.56 KB
Nombre d'Installations 496
Version Actuelle 3.1.5
Dernière Mise à Jour 2022-12-08
Date de Publication 2020-07-05
Évaluation 4.78/5 Total 9 Évaluations
Développeur webblockdev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/SimonBerens/WebBlock
URL de la Page d'Aide https://github.com/SimonBerens/WebBlock/issues
Langues Prises en Charge 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"
    ]
}