Key Socket Media Keys
Control your favorite web-based music player with your keyboard's media keys
What is Key Socket Media Keys?
Key Socket Media Keys is a Chrome extension developed by Unknown, and its main feature is "Control your favorite web-based music player with your keyboard's media keys".
Extension Screenshots
Download Key Socket Media Keys Extension CRX File
Download Key Socket 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
This extension provides system-wide media key bindings for online music players. Currently supported services, the source code and change log are available here: https://github.com/borismus/keysocket
Extension Basic Information
Name | Key Socket Media Keys |
ID | fphfgdknbpakeedbaenojjdcdoajihik |
Official URL | https://chromewebstore.google.com/detail/key-socket-media-keys/fphfgdknbpakeedbaenojjdcdoajihik |
Description | Control your favorite web-based music player with your keyboard's media keys |
File Size | 54.84 KB |
Installation Count | 7,511 |
Current Version | 0.9.10.1 |
Last Updated | 2019-04-24 |
Publish Date | 2019-04-24 |
Rating | 4.46/5 Total 368 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/borismus/keysocket |
Help Page URL | https://github.com/borismus/keysocket/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Key Socket Media Keys", "version": "0.9.10.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\/borismus\/keysocket", "permissions": [ "tabs", "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": "Key Socket Media Keys extension", "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "content_scripts": [ { "matches": [ " |