Spotify Player+
Spotify Player+ | A simpler way to control your music.
什麼是Spotify Player+?
Spotify Player+是由carlssonk開發的Chrome擴展程式,該擴展的主要功能是“Spotify Player+ | A simpler way to control your music.”。
擴展截圖
下載Spotify Player+擴展crx文件
下載Spotify Player+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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; 擴展基本資訊
| 名稱 | |
| ID | haibeacocpobdaiimnfhjbkiggfacehc |
| 官方網址 | https://chromewebstore.google.com/detail/spotify-player+/haibeacocpobdaiimnfhjbkiggfacehc |
| 簡介 | Spotify Player+ | A simpler way to control your music. |
| 檔案大小 | 54.5 KB |
| 安裝次數 | 1,330 |
| 目前版本 | 1.2.0 |
| 更新時間 | 2022-01-12 |
| 上架時間 | 2022-01-12 |
| 評分 | 4.00/5 共 4 次評分 |
| 開發者 | carlssonk |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |