Website Block with Password

Require password for blacklisted sites

Website Block with Passwordとは何ですか?

Website Block with Passwordはtomasによって開発されたChromeの拡張機能で、その主な機能は「Require password for blacklisted sites」です。

拡張機能のスクリーンショット

screenshot

Website Block with Password拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Disable access to the websites you specify. When a blacklisted website is visited, it asks user for password. If user doesn't know password, he is not allowed to access the website. Ideal to protect kids from youtube crap.

This extension is only for my personal purposes, because it is no longer possible to add own chrome extensions to chrome without going through the chrome store. It is ridiculous that Google now charges money even for myself using my own extension on my own browser ... anyway, no support will be provided for this item. help yourself :)                    

拡張機能の基本情報

名前 Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
公式URL https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
説明 Require password for blacklisted sites
ファイルサイズ 18.62 KB
インストール数 5,000
現在のバージョン 1.1.1
最終更新日 2016-02-04
公開日 2016-02-04
評価 3.62/5 合計 29 レビュー
開発者 tomas
支払い方法 free
対応言語 en
manifest.json
{
    "author": "Smagold",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "description": "Require password for blacklisted sites",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Website Block with Password",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1"
}