WhiteList

Enables blocking sites according to a blacklist or whitelist.

ما هو WhiteList؟

WhiteList هو إضافة Chrome تم تطويرها بواسطة E. Goldberg، والميزة الرئيسية لها هي "Enables blocking sites according to a blacklist or whitelist.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WhiteList

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

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

                        This extension enables you to control which sites can be visited in the browser. You have the option to use a whitelist, which blocks all sites not listed, or a blacklist, which allows all sites except for the ones you list. 
When you install the extension, you will be asked to set an administrator password. This password will be used to change the blocking options in the future.
You can then go to the extension's options page, and select whether to enable blocking (it is disabled by default), whether to use a whitelist or a blacklist, and specify which URLs you want in the list. Click "save," and the sites will be blocked!                    

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

الاسم WhiteList WhiteList
ID eajfidjagfdheejfooghbheaimkghofa
عنوان URL الرسمي https://chromewebstore.google.com/detail/whitelist/eajfidjagfdheejfooghbheaimkghofa
الوصف Enables blocking sites according to a blacklist or whitelist.
حجم الملف 24.64 KB
عدد التثبيتات 611
النسخة الحالية 0.0.1
آخر تحديث 2021-02-05
تاريخ النشر 2021-02-04
تقييم 4.50/5 مجموع تقييمات 2
المطور E. Goldberg
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhiteList",
    "description": "Enables blocking sites according to a blacklist or whitelist.",
    "version": "0.0.1",
    "options_page": "check-authenticated.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "192": "icons\/android-chrome-192x192.png"
    },
    "browser_action": {
        "default_icon": "icons\/favicon-32x32.png"
    }
}