Widget for Spotify

Control Spotify playback

什么是Widget for Spotify?

Widget for Spotify是由Yemi F开发的Chrome扩展程序,该扩展的主要功能是“Control Spotify playback”。

扩展截图

screenshot
screenshot
screenshot

下载Widget for Spotify扩展crx文件

下载Widget for Spotify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a now playing media widget for Spotify. Inspired by Spotify's Android widget.

Features
- control your music/podcasts whilst minimizing interruptions to your workflow
- play, pause, previous, next
- background colour dependent on cover art
- click anywhere in the extension to go to the Spotify tab playing media
- presents a link to Spotify when Spotify is not open OR when nothing is playing

Use
- to use, go to Spotify Web (https://open.spotify.com/) and login
- optional: PIN extension
- click extension to open and control playback                    

扩展基本信息

名称 Widget for Spotify Widget for Spotify
ID kbodklnajaiochpncacklndhdbjoijij
官方URL https://chromewebstore.google.com/detail/widget-for-spotify/kbodklnajaiochpncacklndhdbjoijij
简介 Control Spotify playback
文件大小 28.42 KB
安装次数 152
当前版本 1.0
更新时间 2023-03-30
上架时间 2023-03-29
评分 5.00/5 共1次评分
开发者 Yemi F
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Widget for Spotify",
    "description": "Control Spotify playback",
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/open.spotify.com\/*"
    ]
}