Keyboard Lock
An extension to lock your keyboard. Lock it when watching Youtube with kids.
Was ist Keyboard Lock?
Keyboard Lock ist eine Chrome-Erweiterung, die von Nir Moav entwickelt wurde, und ihr Hauptmerkmal ist "An extension to lock your keyboard. Lock it when watching Youtube with kids.".
Erweiterungsscreenshots
Keyboard Lock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Keyboard Lock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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 🙏
Grundlegende Informationen zur Erweiterung
Name | |
ID | egchhmakkadlgkamakegnhokjkbkhjkm |
Offizielle URL | https://chromewebstore.google.com/detail/keyboard-lock/egchhmakkadlgkamakegnhokjkbkhjkm |
Beschreibung | An extension to lock your keyboard. Lock it when watching Youtube with kids. |
Dateigröße | 65.28 KB |
Installationsanzahl | 3,000 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2024-01-28 |
Veröffentlichungsdatum | 2020-05-11 |
Bewertung | 3.43/5 Insgesamt 7 Bewertungen |
Entwickler | Nir Moav |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ko-fi.com/getnirm |
Hilfeseite URL | https://ko-fi.com/getnirm |
Unterstützte Sprachen | 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" ] } ] } |