Website Block with Password

Require password for blacklisted sites

Apa itu Website Block with Password?

Website Block with Password adalah ekstensi Chrome yang dikembangkan oleh tomas, dan fitur utamanya adalah "Require password for blacklisted sites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Website Block with Password

Unduh file ekstensi Website Block with Password dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Website Block with Password Website Block with Password
ID fnphfifhdhomgjoahdfplijomnpdmpnl
URL Resmi https://chrome.google.com/webstore/detail/website-block-with-passwo/fnphfifhdhomgjoahdfplijomnpdmpnl
Deskripsi Require password for blacklisted sites
Ukuran File 18.62 KB
Jumlah Instalasi 5,000
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2016-02-04
Tanggal Publikasi 2016-02-04
Penilaian 3.62/5 Total 29 Penilaian
Pengembang tomas
Tipe Pembayaran free
Bahasa yang Didukung 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"
}