Keyboard Lock

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

Wat is Keyboard Lock?

Keyboard Lock is een Chrome-extensie ontwikkeld door Nir Moav, en de belangrijkste functie is "An extension to lock your keyboard. Lock it when watching Youtube with kids.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Keyboard Lock

Download Keyboard Lock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Keyboard Lock Keyboard Lock
ID egchhmakkadlgkamakegnhokjkbkhjkm
Officiële URL https://chromewebstore.google.com/detail/keyboard-lock/egchhmakkadlgkamakegnhokjkbkhjkm
Beschrijving An extension to lock your keyboard. Lock it when watching Youtube with kids.
Bestandsgrootte 65.28 KB
Aantal Installaties 3,000
Huidige Versie 0.1.3
Laatst Bijgewerkt 2024-01-28
Publicatiedatum 2020-05-11
Beoordeling 3.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Nir Moav
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ko-fi.com/getnirm
Help Pagina-URL https://ko-fi.com/getnirm
Ondersteunde Talen 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"
            ]
        }
    ]
}