Website Block with Password

Require password for blacklisted sites

Τι είναι το Website Block with Password;

Το Website Block with Password είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tomas, και η κύρια λειτουργία του είναι "Require password for blacklisted sites".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Website Block with Password

Λήψη αρχείων επέκτασης Website Block with Password σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
Επίσημο URL https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
Περιγραφή Require password for blacklisted sites
Μέγεθος Αρχείου 18.62 KB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2016-02-04
Ημερομηνία Δημοσίευσης 2016-02-04
Αξιολόγηση 3.62/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής tomas
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}