Keyboard Lock
An extension to lock your keyboard. Lock it when watching Youtube with kids.
What is Keyboard Lock?
Keyboard Lock is a Chrome extension developed by Nir Moav, and its main feature is "An extension to lock your keyboard. Lock it when watching Youtube with kids.".
Extension Screenshots
Download Keyboard Lock Extension CRX File
Download Keyboard Lock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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 🙏
Extension Basic Information
Name | |
ID | egchhmakkadlgkamakegnhokjkbkhjkm |
Official URL | https://chromewebstore.google.com/detail/keyboard-lock/egchhmakkadlgkamakegnhokjkbkhjkm |
Description | An extension to lock your keyboard. Lock it when watching Youtube with kids. |
File Size | 65.28 KB |
Installation Count | 3,000 |
Current Version | 0.1.3 |
Last Updated | 2024-01-28 |
Publish Date | 2020-05-11 |
Rating | 3.43/5 Total 7 Ratings |
Developer | Nir Moav |
[email protected] | |
Payment Type | free |
Extension Website | https://ko-fi.com/getnirm |
Help Page URL | https://ko-fi.com/getnirm |
Supported Languages | 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" ] } ] } |