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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use keyboard media hotkeys to control YouTube, Youtube Music, Spotify, Tidal, Deezer and improve focus and increase productivity"입니다.
확장 프로그램 스크린샷
HotKey Music Controller: YouTube, Spotify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [] } |