WhiteList

Enables blocking sites according to a blacklist or whitelist.

WhiteList क्या है?

WhiteList E. Goldberg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables blocking sites according to a blacklist or whitelist."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में WhiteList एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}