Website Block with Password

Require password for blacklisted sites

Co je Website Block with Password?

Website Block with Password je rozšíření Chrome vyvinuté tomas, a jeho hlavní funkcí je „Require password for blacklisted sites“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Website Block with Password

Stáhněte si soubory rozšíření Website Block with Password ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
Oficiální URL https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
Popis Require password for blacklisted sites
Velikost souboru 18.62 KB
Počet instalací 5,000
Aktuální Verze 1.1.1
Poslední Aktualizace 2016-02-04
Datum Vydání 2016-02-04
Hodnocení 3.62/5 Celkem 29 Hodnocení
Vývojář tomas
Typ Platby free
Podporované Jazyky 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"
}