Keyata Media Keys
Control your favorite web-based music player with your keyboard's media keys
What is Keyata Media Keys?
Keyata Media Keys is a Chrome extension developed by http://christianoliff.com, and its main feature is "Control your favorite web-based music player with your keyboard's media keys".
Extension Screenshots
Download Keyata Media Keys Extension CRX File
Download Keyata Media Keys 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
Provides system-wide media key bindings for hundreds of online music and video streaming sites. Check website for details
Extension Basic Information
Name | |
ID | plpeenhmioohpjnkneohjhedljjjdokb |
Official URL | https://chrome.google.com/webstore/detail/keyata-media-keys/plpeenhmioohpjnkneohjhedljjjdokb |
Description | Control your favorite web-based music player with your keyboard's media keys |
File Size | 43.04 KB |
Installation Count | 138 |
Current Version | 1.1.1 |
Last Updated | 2022-04-19 |
Publish Date | 2019-11-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | http://christianoliff.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/keyata/keyata |
Help Page URL | https://github.com/keyata/keyata/issues |
Supported Languages | 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": [ " |