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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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