Disable Numpad for Youtube

Chrome extension to disable numpad on youtube to prevent accidental video skips

What is Disable Numpad for Youtube?

Disable Numpad for Youtube is a Chrome extension developed by tberghuis, and its main feature is "Chrome extension to disable numpad on youtube to prevent accidental video skips".

Extension Screenshots

screenshot

Download Disable Numpad for Youtube Extension CRX File

Download Disable Numpad for Youtube 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

                        Chrome extension to disable numpad on youtube to prevent accidental video skips.

Source code available: https://github.com/tberghuis/disable-numpad-youtube                    

Extension Basic Information

Name Disable Numpad for Youtube Disable Numpad for Youtube
ID miccnfohnpjfahhbghknejkbmpkkbapa
Official URL https://chromewebstore.google.com/detail/disable-numpad-for-youtub/miccnfohnpjfahhbghknejkbmpkkbapa
Description Chrome extension to disable numpad on youtube to prevent accidental video skips
File Size 3.25 KB
Installation Count 1,826
Current Version 0.0.2
Last Updated 2019-01-27
Publish Date 2019-01-27
Rating 4.33/5 Total 39 Ratings
Developer tberghuis
Email [email protected]
Payment Type free
Extension Website https://github.com/tberghuis/disable-numpad-youtube
Help Page URL https://github.com/tberghuis/disable-numpad-youtube/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome extension to disable numpad on youtube to prevent accidental video skips",
    "version": "0.0.2",
    "name": "Disable Numpad for Youtube",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}