Website Block with Password

Require password for blacklisted sites

Was ist Website Block with Password?

Website Block with Password ist eine Chrome-Erweiterung, die von tomas entwickelt wurde, und ihr Hauptmerkmal ist "Require password for blacklisted sites".

Erweiterungsscreenshots

screenshot

Website Block with Password-Erweiterungs-CRX-Datei herunterladen

Laden Sie Website Block with Password-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
Offizielle URL https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
Beschreibung Require password for blacklisted sites
Dateigröße 18.62 KB
Installationsanzahl 5,000
Aktuelle Version 1.1.1
Letztes Update 2016-02-04
Veröffentlichungsdatum 2016-02-04
Bewertung 3.62/5 Insgesamt 29 Bewertungen
Entwickler tomas
Zahlungsart free
Unterstützte Sprachen 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"
}