WhiteList Pro

Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]

WhiteList Proとは何ですか?

WhiteList Proはhttp://whitelistprofree.wixsite.com/whitelistによって開発されたChromeの拡張機能で、その主な機能は「Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]」です。

WhiteList Pro拡張機能のCRXファイルをダウンロード

WhiteList Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Block all websites that are not on your list                    

拡張機能の基本情報

名前 WhiteList Pro WhiteList Pro
ID ndhapbamkbciencmbllaocpanollgonh
公式URL https://chrome.google.com/webstore/detail/whitelist-pro/ndhapbamkbciencmbllaocpanollgonh
説明 Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]
ファイルサイズ 73.1 KB
インストール数 120
現在のバージョン 0.3.0
最終更新日 2016-12-13
公開日 2016-12-13
評価 3.00/5 合計 2 レビュー
開発者 http://whitelistprofree.wixsite.com/whitelist
支払い方法 free
拡張機能のウェブサイト http://whitelistprofree.wixsite.com/whitelist
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "WhiteList-Pro-icon-16.png",
            "48": "WhiteList-Pro-icon-48.png"
        },
        "default_title": "WhiteList Pro",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]",
    "icons": {
        "128": "WhiteList-Pro-icon-128.png",
        "16": "WhiteList-Pro-icon-16.png",
        "48": "WhiteList-Pro-icon-48.png"
    },
    "manifest_version": 2,
    "name": "WhiteList Pro",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "0.3.0",
    "homepage_url": "http:\/\/whitelistprofree.wixsite.com\/whitelist",
    "author": "Kletter Daniel"
}