Keyboard Lock

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

什么是Keyboard Lock?

Keyboard Lock是由Nir Moav开发的Chrome扩展程序,该扩展的主要功能是“An extension to lock your keyboard. Lock it when watching Youtube with kids.”。

扩展截图

screenshot
screenshot
screenshot

下载Keyboard Lock扩展crx文件

下载Keyboard Lock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Keyboard Lock Keyboard Lock
ID egchhmakkadlgkamakegnhokjkbkhjkm
官方URL https://chromewebstore.google.com/detail/keyboard-lock/egchhmakkadlgkamakegnhokjkbkhjkm
简介 An extension to lock your keyboard. Lock it when watching Youtube with kids.
文件大小 65.28 KB
安装次数 3,000
当前版本 0.1.3
更新时间 2024-01-28
上架时间 2020-05-11
评分 3.43/5 共7次评分
开发者 Nir Moav
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ko-fi.com/getnirm
帮助页面URL https://ko-fi.com/getnirm
支持的语言 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"
            ]
        }
    ]
}