Site Blocker

Block any site to keep working on your main tasks

ما هو Site Blocker؟

Site Blocker هو إضافة Chrome تم تطويرها بواسطة chtshebd792، والميزة الرئيسية لها هي "Block any site to keep working on your main tasks".

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

screenshot

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

قم بتنزيل ملفات الامتداد Site Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Save your time and protect your data with useful Site Blocker. You can also block them permanently or on schedule. Protect your children from unwanted and nasty content and install this amazing extension. Your browsing process will be safe and pleasant. This site blocker is extremely easy to use and it doesn`t weigh a lot. Block any website by key word or category. Choose certain websites you want to be blocked forever. There is option of creating a so called “white list” of websites, so the sites form the list will avoid all blocking settings.                    

معلومات أساسية عن التمديد

الاسم Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
الوصف Block any site to keep working on your main tasks
حجم الملف 34.65 KB
عدد التثبيتات 10,000
النسخة الحالية 1.6
آخر تحديث 2022-01-27
تاريخ النشر 2021-02-22
تقييم 4.50/5 مجموع تقييمات 16
المطور chtshebd792
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Blocker",
    "description": "Block any site to keep working on your main tasks",
    "version": "1.6",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "hbl\/hbl_page.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "common\/HostBlackList.js",
            "script\/chrome.js"
        ]
    }
}