Website Block with Password

Require password for blacklisted sites

What is Website Block with Password?

Website Block with Password is a Chrome extension developed by tomas, and its main feature is "Require password for blacklisted sites".

Extension Screenshots

screenshot

Download Website Block with Password Extension CRX File

Download Website Block with Password extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
Official URL https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
Description Require password for blacklisted sites
File Size 18.62 KB
Installation Count 5,000
Current Version 1.1.1
Last Updated 2016-02-04
Publish Date 2016-02-04
Rating 3.62/5 Total 29 Ratings
Developer tomas
Payment Type free
Supported Languages 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"
}