Web Site blocker

Easy way to block distracting websites to prevent access while you work

Qu'est-ce que Web Site blocker ?

Web Site blocker est une extension Chrome développée par Armen Stepanyan, et sa fonction principale est "Easy way to block distracting websites to prevent access while you work".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Site blocker

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

                        The Web Site Blocker Chrome extension empowers users to permanently deny access to websites or implement scheduled restrictions. Safeguard yourself from distracting or harmful content or shield your children from inappropriate material.

Key Features:

- URL Blocking:
Block distracting and harmful websites, including subdomains.

- Keyword Blocking:
Specify keywords or phrases; all websites containing these words will be blocked.

- White List:
Activate this option to block all websites except those included in the whitelist.

- Redirect Option:
Redirect blocked sites to any specified URL

- Password Protection:
Secure the options page with a password to prevent easy removal of blocked sites.

- White & Black Time Configuration:
Customize your daily schedule with the Scheduling feature, allowing you to set specific days and times for accessing certain sites. Stay focused and maintain daily routines effortlessly.                    

Informations de Base sur l'Extension

Nom Web Site blocker Web Site blocker
ID aoabjfoanlljmgnohepbkimcekolejjn
URL Officiel https://chromewebstore.google.com/detail/web-site-blocker/aoabjfoanlljmgnohepbkimcekolejjn
Description Easy way to block distracting websites to prevent access while you work
Taille du Fichier 355 KB
Nombre d'Installations 20,000
Version Actuelle 1.3
Dernière Mise à Jour 2024-02-05
Date de Publication 2021-08-24
Évaluation 4.80/5 Total 89 Évaluations
Développeur Armen Stepanyan
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://chess.orgfree.com/privacy.php
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "64.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Easy way to block distracting websites to prevent access while you work",
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "64.png"
    },
    "manifest_version": 3,
    "name": "Web Site blocker",
    "options_page": "options\/index.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.3"
}