WhiteList

Enables blocking sites according to a blacklist or whitelist.

什麼是WhiteList?

WhiteList是由E. Goldberg開發的Chrome擴展程式,該擴展的主要功能是“Enables blocking sites according to a blacklist or whitelist.”。

擴展截圖

screenshot
screenshot
screenshot

下載WhiteList擴展crx文件

下載WhiteList擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}