Keyboard Lock

An extension to lock your keyboard. Lock it when watching Youtube with kids.

Qu'est-ce que Keyboard Lock ?

Keyboard Lock est une extension Chrome développée par Nir Moav, et sa fonction principale est "An extension to lock your keyboard. Lock it when watching Youtube with kids.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Keyboard Lock

Téléchargez les fichiers d'extension Keyboard Lock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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 🙏                    

Informations de Base sur l'Extension

Nom Keyboard Lock Keyboard Lock
ID egchhmakkadlgkamakegnhokjkbkhjkm
URL Officiel https://chromewebstore.google.com/detail/keyboard-lock/egchhmakkadlgkamakegnhokjkbkhjkm
Description An extension to lock your keyboard. Lock it when watching Youtube with kids.
Taille du Fichier 65.28 KB
Nombre d'Installations 3,000
Version Actuelle 0.1.3
Dernière Mise à Jour 2024-01-28
Date de Publication 2020-05-11
Évaluation 3.43/5 Total 7 Évaluations
Développeur Nir Moav
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ko-fi.com/getnirm
URL de la Page d'Aide https://ko-fi.com/getnirm
Langues Prises en Charge 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"
            ]
        }
    ]
}