Keyata Media Keys
Control your favorite web-based music player with your keyboard's media keys
Qu'est-ce que Keyata Media Keys ?
Keyata Media Keys est une extension Chrome développée par http://christianoliff.com, et sa fonction principale est "Control your favorite web-based music player with your keyboard's media keys".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keyata Media Keys
Téléchargez les fichiers d'extension Keyata Media Keys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Provides system-wide media key bindings for hundreds of online music and video streaming sites. Check website for details
Informations de Base sur l'Extension
Nom | |
ID | plpeenhmioohpjnkneohjhedljjjdokb |
URL Officiel | https://chrome.google.com/webstore/detail/keyata-media-keys/plpeenhmioohpjnkneohjhedljjjdokb |
Description | Control your favorite web-based music player with your keyboard's media keys |
Taille du Fichier | 43.04 KB |
Nombre d'Installations | 138 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2022-04-19 |
Date de Publication | 2019-11-21 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | http://christianoliff.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/keyata/keyata |
URL de la Page d'Aide | https://github.com/keyata/keyata/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyata Media Keys", "version": "1.1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "Control your favorite web-based music player with your keyboard's media keys", "homepage_url": "https:\/\/github.com\/keyata\/keyata", "permissions": [ "contextMenus" ], "manifest_version": 2, "commands": { "prev": { "suggested_key": { "default": "MediaPrevTrack", "mac": "MediaPrevTrack" }, "description": "Play Previous Track", "global": true }, "play-pause": { "suggested_key": { "default": "MediaPlayPause", "mac": "MediaPlayPause" }, "description": "Play\/Pause Active Audio", "global": true }, "next": { "suggested_key": { "default": "MediaNextTrack", "mac": "MediaNextTrack" }, "description": "Play Next Track", "global": true }, "stop": { "suggested_key": { "default": "MediaStop", "mac": "MediaStop" }, "description": "Stop Audio", "global": true } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_title": "Keyata Media Keys extension", "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "content_scripts": [ { "matches": [ " |