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