Website Block with Password
Require password for blacklisted sites
什麼是Website Block with Password?
Website Block with Password是由tomas開發的Chrome擴展程式,該擴展的主要功能是“Require password for blacklisted sites”。
擴展截圖
下載Website Block with Password擴展crx文件
下載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 :)
擴展基本資訊
名稱 | |
ID | fnphfifhdhomgjoahdfplijomnpdmpnl |
官方網址 | 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", " |