Website Block with Password

Require password for blacklisted sites

Website Block with Password là gì?

Website Block with Password là một tiện ích mở rộng Chrome được phát triển bởi tomas, và tính năng chính của nó là "Require password for blacklisted sites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Website Block with Password

Tải xuống các tệp mở rộng Website Block with Password dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
URL Chính Thức https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
Mô tả Require password for blacklisted sites
Kích Thước Tệp 18.62 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2016-02-04
Ngày Phát Hành 2016-02-04
Đánh Giá 3.62/5 Tổng số 29 Đánh Giá
Nhà Phát Triển tomas
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}