WebLock
Simple website locker
WebLockとは何ですか?
WebLockはPerraco Labsによって開発されたChromeの拡張機能で、その主な機能は「Simple website locker」です。
拡張機能のスクリーンショット
WebLock拡張機能のCRXファイルをダウンロード
WebLock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Temporarily block access to a list of websites. When blocking is enabled, any of the desired websites will display an error every time access is attempted. You can also set a PIN to access the extension and disable the lock. It is possible to block only subdomains or subdirectories, instead of an entire website. See some examples in the extension itself.
拡張機能の基本情報
名前 | WebLock |
ID | liefgbafdofhlkmccpgfnledbigaiona |
公式URL | https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona |
説明 | Simple website locker |
ファイルサイズ | 26.43 KB |
インストール数 | 420 |
現在のバージョン | 1.0 |
最終更新日 | 2022-11-03 |
公開日 | 2022-11-03 |
開発者 | Perraco Labs |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.perracolabs.com/privacy-policy-chrome-extensions |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebLock", "description": "Simple website locker", "version": "1.0", "icons": { "128": "icon_off.png" }, "minimum_chrome_version": "92", "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "page_main.html" } } |