Spotify Player+

Spotify Player+ | A simpler way to control your music.

Spotify Player+란 무엇입니까?

Spotify Player+은(는) carlssonk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spotify Player+ | A simpler way to control your music."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Spotify Player+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        NOTE: This extension only works with premium Spotify accounts.

Tired of switching or tabbing out of your current page just to change a song on the Spotify app, to then realize you have ruined the flow of all your chrome tabs and your valuable time? then Spotify Player+ is for you.

This is a mini player that you can use to play/pause/shuffle/skip tracks and more. After you've installed the extension, you simply just hit the Spotify Player+ icon at the top right corner of your browser to open the mini controller.

Key Features:

• Listen to Music or Podcasts;
• Play/Stop/Shuffle/Repeat tracks;
• Previous/Next tracks;
• Like/Save track;
• Change volume of track;
• Seek 15 seconds Forward/Backward on podcasts;                    

확장 프로그램 기본 정보

이름 Spotify Player+ Spotify Player+
ID haibeacocpobdaiimnfhjbkiggfacehc
공식 URL https://chromewebstore.google.com/detail/spotify-player+/haibeacocpobdaiimnfhjbkiggfacehc
설명 Spotify Player+ | A simpler way to control your music.
파일 크기 54.5 KB
설치 횟수 1,330
현재 버전 1.2.0
최근 업데이트 2022-01-12
출시 날짜 2022-01-12
평점 4.00/5 총 4 개의 평점
개발자 carlssonk
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spotify Player+",
    "description": "Spotify Player+ | A simpler way to control your music.",
    "version": "1.2.0",
    "icons": {
        "128": ".\/assets\/icon-128.png",
        "48": ".\/assets\/icon-48.png",
        "16": ".\/assets\/icon-16.png"
    },
    "action": {
        "default_title": "Spotify Player+",
        "default_icon": ".\/assets\/icon-128.png",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": ".\/background.bundle.js"
    },
    "permissions": [
        "identity",
        "storage"
    ]
}