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!"입니다.
확장 프로그램 스크린샷
Mini Player for Spotify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |