Keyboard Lock
An extension to lock your keyboard. Lock it when watching Youtube with kids.
Cos'è Keyboard Lock?
Keyboard Lock è un'estensione di Chrome sviluppata da Nir Moav, e la sua funzione principale è "An extension to lock your keyboard. Lock it when watching Youtube with kids.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Keyboard Lock
Scarica i file di estensione Keyboard Lock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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 🙏
Informazioni di Base sull'Estensione
Nome | |
ID | egchhmakkadlgkamakegnhokjkbkhjkm |
URL Ufficiale | https://chromewebstore.google.com/detail/keyboard-lock/egchhmakkadlgkamakegnhokjkbkhjkm |
Descrizione | An extension to lock your keyboard. Lock it when watching Youtube with kids. |
Dimensione del File | 65.28 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2024-01-28 |
Data di Pubblicazione | 2020-05-11 |
Valutazione | 3.43/5 Totale 7 Valutazioni |
Sviluppatore | Nir Moav |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ko-fi.com/getnirm |
URL della Pagina di Aiuto | https://ko-fi.com/getnirm |
Lingue Supportate | 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" ] } ] } |