Web Site blocker

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

Web Site blocker क्या है?

Web Site blocker Armen Stepanyan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy way to block distracting websites to prevent access while you work"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Site blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Web Site blocker Web Site blocker
ID aoabjfoanlljmgnohepbkimcekolejjn
आधिकारिक URL https://chromewebstore.google.com/detail/web-site-blocker/aoabjfoanlljmgnohepbkimcekolejjn
विवरण Easy way to block distracting websites to prevent access while you work
फ़ाइल का आकार 355 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.3
अंतिम अपडेट 2024-02-05
प्रकाशन तिथि 2021-08-24
रेटिंग 4.80/5 कुल 89 रेटिंग्स
डेवलपर Armen Stepanyan
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://chess.orgfree.com/privacy.php
समर्थित भाषाएँ 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"
}