HotKey Music Controller: YouTube, Spotify
Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity
HotKey Music Controller: YouTube, Spotify क्या है?
HotKey Music Controller: YouTube, Spotify Mathias Gilson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HotKey Music Controller: YouTube, Spotify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use media hotkeys to control Youtube, Youtube Music, Spotify, Tidal and Deezer Improve Focus and Increase Productivity by using your keyboard media keys ⏪⏯⏩ to control your favorite streaming music service 🎵🎧 without having to switch tab 😎 Open source on GitHub https://github.com/MathiasGilson/MusicControllerChromeExtension Features : - Control Spotify from any web page - Control Tidal from any web page - Control Youtube Music from any web page - Control Youtube from any web page - Control Deezer from any web page - Control all your music from a single extension. - Hotkeys for Spotify - Hotkeys for Tidal - Hotkeys for Youtube - Hotkeys for YouTube Music - Hotkeys for Deezer - Increase Productivity and End Distraction Through Your Computer Browser ----- YouTube Music is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
एक्सटेंशन की मूल जानकारी
नाम | HotKey Music Controller: YouTube, Spotify |
ID | pohakmokiogdbhiocmacgalcmnfdbbne |
आधिकारिक URL | https://chromewebstore.google.com/detail/hotkey-music-controller-y/pohakmokiogdbhiocmacgalcmnfdbbne |
विवरण | Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity |
फ़ाइल का आकार | 13.51 KB |
स्थापना संख्या | 1,902 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2020-04-14 |
प्रकाशन तिथि | 2020-04-08 |
रेटिंग | 4.21/5 कुल 38 रेटिंग्स |
डेवलपर | Mathias Gilson |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/MathiasGilson/MediaControllerChromeExtension |
सहायता पृष्ठ URL | https://github.com/MathiasGilson/MediaControllerChromeExtension |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HotKey Music Controller: YouTube, Spotify", "short_name": "keyboard-media-hotkey-music-controller", "version": "0.0.5", "manifest_version": 2, "description": "Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*", "https:\/\/www.deezer.com\/*", "https:\/\/open.spotify.com\/*", "https:\/\/listen.tidal.com\/*" ], "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_popup": "popup.html" }, "commands": { "NextTrack": { "suggested_key": { "default": "MediaNextTrack" }, "description": "MediaNextTrack" }, "PreviousTrack": { "suggested_key": { "default": "MediaPrevTrack" }, "description": "MediaPrevTrack" }, "PlayPause": { "suggested_key": { "default": "MediaPlayPause" }, "description": "MediaPlayPause" } }, "background": { "scripts": [ "inject.js" ], "persistent": true }, "web_accessible_resources": [] } |