Extension Player for Spotify
Control Spotify playback from Chrome
什麼是Extension Player for Spotify?
Extension Player for Spotify是由Curtis Hu開發的Chrome擴展程式,該擴展的主要功能是“Control Spotify playback from Chrome”。
擴展截圖
下載Extension Player for Spotify擴展crx文件
下載Extension Player for Spotify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Control Spotify's playback from Chrome for SPOTIFY PREMIUM. Don't interrupt workflow as you listen to music. On any computer with this your google account, control Spotify playing out of phone, computer, or tablet etc. > TOGGLE PLAY ⏯️; SKIP NEXT TRACK ⏭️; SKIP PREVIOUS TRACK ⏮️ (Keyboard Media Keys) > Click on Artist to look up artist's profile page > Click on Song title to look up song profile page > Click on Album to look up album page > Open Spotify Web Player by right click on page or browser action icon. > Option to open Spotify web player when chrome starts *must have Spotify Premium *should be signed in with Spotify on browser.
擴展基本資訊
名稱 | Extension Player for Spotify |
ID | dnngcfpcnpmakpjeaeapphjihhbenilk |
官方網址 | https://chromewebstore.google.com/detail/extension-player-for-spot/dnngcfpcnpmakpjeaeapphjihhbenilk |
簡介 | Control Spotify playback from Chrome |
檔案大小 | 24.39 KB |
安裝次數 | 5,062 |
目前版本 | 1.3 |
更新時間 | 2020-12-10 |
上架時間 | 2020-11-01 |
評分 | 5.00/5 共 11 次評分 |
開發者 | Curtis Hu |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Player for Spotify", "version": "1.3", "description": "Control Spotify playback from Chrome", "icons": { "16": "images\/logo16.png", "24": "images\/logo24.png", "32": "images\/logo32.png", "64": "images\/logo64.png", "128": "images\/logo128.png" }, "content_security_policy": "default-src 'self'; img-src https:\/\/i.scdn.co\/image\/ 'self'; connect-src https:\/\/open.spotify.com\/ https:\/\/api.spotify.com\/", "incognito": "not_allowed", "permissions": [ "tabs", "contextMenus", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ " |