Website Block with Password

Require password for blacklisted sites

Cos'è Website Block with Password?

Website Block with Password è un'estensione di Chrome sviluppata da tomas, e la sua funzione principale è "Require password for blacklisted sites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Website Block with Password

Scarica i file di estensione Website Block with Password in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
URL Ufficiale https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
Descrizione Require password for blacklisted sites
Dimensione del File 18.62 KB
Conteggio Installazioni 5,000
Versione Corrente 1.1.1
Ultimo Aggiornamento 2016-02-04
Data di Pubblicazione 2016-02-04
Valutazione 3.62/5 Totale 29 Valutazioni
Sviluppatore tomas
Tipo di Pagamento free
Lingue Supportate 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"
}