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"
}