Remotify - a Spotify remote for Chrome
A Spotify remote for your browser so that you don't have to leave your window to control your music playback.
Remotify - a Spotify remote for Chrome là gì?
Remotify - a Spotify remote for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Orion G, và tính năng chính của nó là "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.".
Ả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 Remotify - a Spotify remote for Chrome
Tải xuống các tệp mở rộng Remotify - a Spotify remote for Chrome 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 browser remote for Spotify that allows you to control playback without interrupting your browsing experience. This extension can control playback on whatever your active device is, including your computer, phone, smart home device, etc.. Please note that, due to the limitations of Spotify's API, you are unable to manipulate or interact with your Spotify queue beyond viewing it. If I find a workaround for this I will update the extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remotify - a Spotify remote for Chrome |
ID | hfphhdilhobagdkbgpfeagicnblebflk |
URL Chính Thức | https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk |
Mô tả | A Spotify remote for your browser so that you don't have to leave your window to control your music playback. |
Kích Thước Tệp | 421 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-12-08 |
Ngày Phát Hành | 2023-09-06 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Orion G |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remotify - a Spotify remote for Chrome", "description": "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.", "version": "1.0.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Remotify", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "identity", "storage" ] } |