Webplayer Hotkeys - Shortcuts for web players
Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music.
Webplayer Hotkeys - Shortcuts for web players là gì?
Webplayer Hotkeys - Shortcuts for web players là một tiện ích mở rộng Chrome được phát triển bởi Gabriel Duarte, và tính năng chính của nó là "Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Webplayer Hotkeys - Shortcuts for web players
Tải xuống các tệp mở rộng Webplayer Hotkeys - Shortcuts for web players dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A Chrome extension that assigns hotkeys and shortcuts to play/pause, and to switch music (next and previous). If no player is currently opened, it fires up Spotify. If there is more player tabs than one, it follows this order of priority: Spotify > Deezer > SoundCloud > Youtube Works with: • Spotify • Deezer • SoundCloud • Youtube
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Webplayer Hotkeys - Shortcuts for web players |
ID | ikmkicnmahfdilneilgibeppbnolgkaf |
URL Chính Thức | https://chromewebstore.google.com/detail/webplayer-hotkeys-shortcu/ikmkicnmahfdilneilgibeppbnolgkaf |
Mô tả | Assign hotkeys to play/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music. |
Kích Thước Tệp | 52.04 KB |
Số Lần Cài Đặt | 887 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2020-01-02 |
Ngày Phát Hành | 2020-01-02 |
Đánh Giá | 4.24/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Gabriel Duarte |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/GabrielDuarteM/Webplayer-Hotkeys |
URL Trang Trợ Giúp | https://github.com/GabrielDuarteM/Webplayer-Hotkeys/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webplayer Hotkeys - Shortcuts for web players", "version": "1.3.2", "description": "Assign hotkeys to play\/pause, and switch music. Works with Spotify, Deezer, SoundCloud, Youtube and Youtube Music.", "icons": { "128": "icon.png" }, "author": "Gabriel Duarte", "background": { "persistent": false, "scripts": [ "background.js" ] }, "commands": { "prev": { "description": "Previous music", "suggested_key": "Alt+Shift+Comma", "global": true }, "play": { "description": "Play\/pause", "suggested_key": "Alt+Shift+P", "global": true }, "next": { "description": "Next music", "suggested_key": "Alt+Shift+Period", "global": true } }, "homepage_url": "https:\/\/github.com\/GabrielQDuarte\/Webplayer-Hotkeys\/tree\/master", "incognito": "split", "permissions": [ "*:\/\/*.spotify.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/soundcloud.com\/*", "*:\/\/*.deezer.com\/*", "tabs" ] } |