Keyboard & Mouse Lock

A macro to lock the keyboard and mouse for a given tab to prevent tampering

What is Keyboard & Mouse Lock?

Keyboard & Mouse Lock is a Chrome extension developed by Sean McPherson, and its main feature is "A macro to lock the keyboard and mouse for a given tab to prevent tampering".

Extension Screenshots

screenshot

Download Keyboard & Mouse Lock Extension CRX File

Download Keyboard & Mouse Lock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        On any page, press shift + ctrl + alt + l to toggle lock mode.

Perfect for video chatting with young children.                    

Extension Basic Information

Name Keyboard & Mouse Lock Keyboard & Mouse Lock
ID gohjofgddhhgaijeokaoielacgfpkejo
Official URL https://chrome.google.com/webstore/detail/keyboard-mouse-lock/gohjofgddhhgaijeokaoielacgfpkejo
Description A macro to lock the keyboard and mouse for a given tab to prevent tampering
File Size 10.26 KB
Installation Count 12
Current Version 1.0.0
Last Updated 2022-01-24
Publish Date 2022-01-24
Rating 1.00/5 Total 1 Ratings
Developer Sean McPherson
Email [email protected]
Payment Type free
Extension Website https://github.com/seanmcp/keyboard-and-mouse-lock-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keyboard & Mouse Lock",
    "version": "1.0.0",
    "description": "A macro to lock the keyboard and mouse for a given tab to prevent tampering",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    }
}