Mini Player for Spotify
Get a mini player for spotify!
Mini Player for Spotify là gì?
Mini Player for Spotify là một tiện ích mở rộng Chrome được phát triển bởi Martin Nester, và tính năng chính của nó là "Get a mini player for spotify!".
Ả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 Mini Player for Spotify
Tải xuống các tệp mở rộng Mini Player for Spotify 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
Spotify is a music streaming service the unfortunately doesn't offer a good mini player. With this extension you can get a miniplayer that works and looks great. To setup and use Mini Player for Spotify follow the steps below. 0. Install the Mini Player for Spotify Chrome Extension 1. Navigate to open.spotify.com and login to your account. 2. Install the Chrome Spotify App by pressing the "+" found in the address bar. 3. After installing resize the Spotify window to get the Mini Player or click the miniplayer button in the bottom right. 4. Optional: Right Click and Pin Spotify to taskbar.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mjjeebakniihklfggnacbigighgildlo |
URL Chính Thức | https://chrome.google.com/webstore/detail/mini-player-for-spotify/mjjeebakniihklfggnacbigighgildlo |
Mô tả | Get a mini player for spotify! |
Kích Thước Tệp | 2.91 MB |
Số Lần Cài Đặt | 34,581 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2021-03-21 |
Ngày Phát Hành | 2021-01-28 |
Đánh Giá | 4.02/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | Martin Nester |
[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": 2, "name": "Mini Player for Spotify", "version": "1.1.2", "description": "Get a mini player for spotify!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "browser_action": [], "author": "Martin", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "icons\/icon32.png" ], "permissions": [ "storage" ] } |