Site Blocker

Block a site page or site to focus on your work.

ما هو Site Blocker؟

Site Blocker هو إضافة Chrome تم تطويرها بواسطة volkomar820، والميزة الرئيسية لها هي "Block a site page or site to focus on your work.".

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

screenshot

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

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

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

                        We have created a new extension that, when installed, will block unknown and annoying sites. It’s a Site Blocker. After you download this application, you will not have to worry about your security on the Internet, because you will not be shown extraneous sites. Site  Blocker is a very comfortable and easy to use application. It has a lot of features, and the most obvious is that Site Blocker is absolutely free. We are sure that you will be pleasantly surprised by the high quality of this application. To start using Site Blocker, just follow the link or download it to your device.                    

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

الاسم Site Blocker Site Blocker
ID gcmdngplhepicdnnhfhckfpafgoahdjk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/site-blocker/gcmdngplhepicdnnhfhckfpafgoahdjk
الوصف Block a site page or site to focus on your work.
حجم الملف 107 KB
عدد التثبيتات 10,000
النسخة الحالية 1.3
آخر تحديث 2021-12-17
تاريخ النشر 2021-04-16
تقييم 4.61/5 مجموع تقييمات 18
المطور volkomar820
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "description": "Block a site page or site to focus on your work.",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "galmager.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/cash.min.js",
                "assets\/scripts\/caver_stona.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "silok.html",
        "default_icon": {
            "128": "\/assets\/media\/hararat.png"
        }
    },
    "options_page": "pistoria.html",
    "icons": {
        "32": "\/assets\/media\/ancher.png",
        "128": "\/assets\/media\/hararat.png"
    },
    "manifest_version": 2
}