Mini Player for Spotify

Get a mini player for spotify!

什么是Mini Player for Spotify?

Mini Player for Spotify是由Martin Nester开发的Chrome扩展程序,该扩展的主要功能是“Get a mini player for spotify!”。

扩展截图

screenshot

下载Mini Player for Spotify扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Mini Player for Spotify Mini Player for Spotify
ID mjjeebakniihklfggnacbigighgildlo
官方URL https://chrome.google.com/webstore/detail/mini-player-for-spotify/mjjeebakniihklfggnacbigighgildlo
简介 Get a mini player for spotify!
文件大小 2.91 MB
安装次数 34,581
当前版本 1.1.2
更新时间 2021-03-21
上架时间 2021-01-28
评分 4.02/5 共41次评分
开发者 Martin Nester
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}