Keyboard Lock
An extension to lock your keyboard. Lock it when watching Youtube with kids.
Keyboard Lock là gì?
Keyboard Lock là một tiện ích mở rộng Chrome được phát triển bởi Nir Moav, và tính năng chính của nó là "An extension to lock your keyboard. Lock it when watching Youtube with kids.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keyboard Lock
Tải xuống các tệp mở rộng Keyboard Lock 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
- The extension lets you lock and unlock your keyboard with a single click. - Prevent your toddler messing around when watching animal videos 🐻 - Simple & free - You can tip me with a cup of Ko-Fi ☕️ if you like at: https://ko-fi.com/getnirm Thank you for your support 🙏
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | egchhmakkadlgkamakegnhokjkbkhjkm |
URL Chính Thức | https://chromewebstore.google.com/detail/keyboard-lock/egchhmakkadlgkamakegnhokjkbkhjkm |
Mô tả | An extension to lock your keyboard. Lock it when watching Youtube with kids. |
Kích Thước Tệp | 65.28 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2024-01-28 |
Ngày Phát Hành | 2020-05-11 |
Đánh Giá | 3.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Nir Moav |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ko-fi.com/getnirm |
URL Trang Trợ Giúp | https://ko-fi.com/getnirm |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyboard Lock", "version": "0.1.3", "manifest_version": 3, "description": "An extension to lock your keyboard. Lock it when watching Youtube with kids.", "homepage_url": "https:\/\/nirgit.github.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "default_icon": "icons\/icon19.png", "default_title": "Keyboard Lock", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "js\/back.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/common.js", "src\/inject\/inject.js" ] } ] } |