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
公式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
Eメール [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"
    }
}