Website Block with Password

Require password for blacklisted sites

Qu'est-ce que Website Block with Password ?

Website Block with Password est une extension Chrome développée par tomas, et sa fonction principale est "Require password for blacklisted sites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Website Block with Password

Téléchargez les fichiers d'extension Website Block with Password au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
URL Officiel https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
Description Require password for blacklisted sites
Taille du Fichier 18.62 KB
Nombre d'Installations 5,000
Version Actuelle 1.1.1
Dernière Mise à Jour 2016-02-04
Date de Publication 2016-02-04
Évaluation 3.62/5 Total 29 Évaluations
Développeur tomas
Type de Paiement free
Langues Prises en Charge 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"
}