Web Site blocker

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

ما هو Web Site blocker؟

Web Site blocker هو إضافة Chrome تم تطويرها بواسطة Armen Stepanyan، والميزة الرئيسية لها هي "Easy way to block distracting websites to prevent access while you work".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Web Site blocker

قم بتنزيل ملفات الامتداد Web Site blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
}