Web Site blocker

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

Was ist Web Site blocker?

Web Site blocker ist eine Chrome-Erweiterung, die von Armen Stepanyan entwickelt wurde, und ihr Hauptmerkmal ist "Easy way to block distracting websites to prevent access while you work".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Web Site blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web Site blocker-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Web Site blocker Web Site blocker
ID aoabjfoanlljmgnohepbkimcekolejjn
Offizielle URL https://chromewebstore.google.com/detail/web-site-blocker/aoabjfoanlljmgnohepbkimcekolejjn
Beschreibung Easy way to block distracting websites to prevent access while you work
Dateigröße 355 KB
Installationsanzahl 20,000
Aktuelle Version 1.3
Letztes Update 2024-02-05
Veröffentlichungsdatum 2021-08-24
Bewertung 4.80/5 Insgesamt 89 Bewertungen
Entwickler Armen Stepanyan
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://chess.orgfree.com/privacy.php
Unterstützte Sprachen 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"
}