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
Eメール [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\/*"
    ]
}