Media Hotkeys

Add Youtube style keyboard shortcuts to the media elements on all pages

Wat is Media Hotkeys?

Media Hotkeys is een Chrome-extensie ontwikkeld door jiangtsa, en de belangrijkste functie is "Add Youtube style keyboard shortcuts to the media elements on all pages".

Extensie Screenshots

Download het CRX-bestand van de extensie Media Hotkeys

Download Media Hotkeys-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

                        Add Youtube style keyboard shortcuts to the media elements on all pages

A chrome extension that enables you to run Youtube-style hotkeys on audio and video elements on any website.

Hotkeys include:

k toggle play/pause
j / l Skip forward/backward 10 seconds
left / right Skip forward/backward 5 seconds
< / > Decrease/Increase playback rate by 0.25
0-9 Skip to percentage of media, 0% to 90%
m Toggle mute
f Toggle fullscreen
To toggle these media hotkeys off/on, press ctrl+m.

Open source on Github: https://github.com/jiangts/media-hotkeys                    

Basisinformatie over de Extensie

Naam Media Hotkeys Media Hotkeys
ID mbcdmhmakembodgacoolpcadmbdadmja
Officiële URL https://chromewebstore.google.com/detail/media-hotkeys/mbcdmhmakembodgacoolpcadmbdadmja
Beschrijving Add Youtube style keyboard shortcuts to the media elements on all pages
Bestandsgrootte 1.47 MB
Aantal Installaties 48
Huidige Versie 0.1.1
Laatst Bijgewerkt 2020-09-21
Publicatiedatum 2020-09-21
Ontwikkelaar jiangtsa
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jiangts/media-hotkeys
Help Pagina-URL https://github.com/jiangts/media-hotkeys/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Hotkeys",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Add Youtube style keyboard shortcuts to the media elements on all pages",
    "homepage_url": "https:\/\/github.com\/jiangts\/media-hotkeys",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/index.css"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/mousetrap.min.js",
                "js\/toastr.min.js",
                "js\/screenfull.min.js",
                "src\/inject\/index.js"
            ]
        }
    ]
}