Website Block with Password

Require password for blacklisted sites

Website Block with Password क्या है?

Website Block with Password tomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Require password for blacklisted sites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Website Block with Password एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}