Widget for Spotify

Control Spotify playback

Widget for Spotify là gì?

Widget for Spotify là một tiện ích mở rộng Chrome được phát triển bởi Yemi F, và tính năng chính của nó là "Control Spotify playback".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Widget for Spotify

Tải xuống các tệp mở rộng Widget for Spotify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Widget for Spotify Widget for Spotify
ID kbodklnajaiochpncacklndhdbjoijij
URL Chính Thức https://chromewebstore.google.com/detail/widget-for-spotify/kbodklnajaiochpncacklndhdbjoijij
Mô tả Control Spotify playback
Kích Thước Tệp 28.42 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-30
Ngày Phát Hành 2023-03-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Yemi F
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}