Spotify Player+
Spotify Player+ | A simpler way to control your music.
Spotify Player+ là gì?
Spotify Player+ là một tiện ích mở rộng Chrome được phát triển bởi carlssonk, và tính năng chính của nó là "Spotify Player+ | A simpler way to control your 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 Spotify Player+
Tải xuống các tệp mở rộng Spotify Player+ 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
NOTE: This extension only works with premium Spotify accounts. Tired of switching or tabbing out of your current page just to change a song on the Spotify app, to then realize you have ruined the flow of all your chrome tabs and your valuable time? then Spotify Player+ is for you. This is a mini player that you can use to play/pause/shuffle/skip tracks and more. After you've installed the extension, you simply just hit the Spotify Player+ icon at the top right corner of your browser to open the mini controller. Key Features: • Listen to Music or Podcasts; • Play/Stop/Shuffle/Repeat tracks; • Previous/Next tracks; • Like/Save track; • Change volume of track; • Seek 15 seconds Forward/Backward on podcasts;
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spotify Player+ |
ID | haibeacocpobdaiimnfhjbkiggfacehc |
URL Chính Thức | https://chromewebstore.google.com/detail/spotify-player+/haibeacocpobdaiimnfhjbkiggfacehc |
Mô tả | Spotify Player+ | A simpler way to control your music. |
Kích Thước Tệp | 54.5 KB |
Số Lần Cài Đặt | 1,330 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2022-01-12 |
Ngày Phát Hành | 2022-01-12 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | carlssonk |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotify Player+", "description": "Spotify Player+ | A simpler way to control your music.", "version": "1.2.0", "icons": { "128": ".\/assets\/icon-128.png", "48": ".\/assets\/icon-48.png", "16": ".\/assets\/icon-16.png" }, "action": { "default_title": "Spotify Player+", "default_icon": ".\/assets\/icon-128.png", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": ".\/background.bundle.js" }, "permissions": [ "identity", "storage" ] } |