Spotify Player
A browser extension that streamlines your Spotify listening experience.
Spotify Player란 무엇입니까?
Spotify Player은(는) davidnguyen179에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that streamlines your Spotify listening experience."입니다.
확장 프로그램 스크린샷
Spotify Player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Spotit, you can control your music without losing focus or getting distracted by switching to another window. Here are some ways to connect with me and support Spotit: ★ Follow me on Twitter: https://twitter.com/davidnguyen121 ★ Visit our website: https://www.spotit.page/ ★ Support Spotit by donating here: https://paypal.me/davidnguyen179 These are the features that Spotit offers: ★ Play, Pause, Previous, and Next song controls ★ Volume control (using the mouse wheel) ★ Ability to like a song ★ Repeat and Shuffle options ★ Easy copy link to share with friends ★ Option to open the Spotify desktop app Various hot keys for quick actions: ★ Space: Pause/Play ★ Arrow Right: Next song ★ Arrow Left: Previous song ★ Arrow Down: Volume down ★ Arrow Up: Volume up ★ M: Mute/Unmute ★ S: Add to liked songs/Remove from liked songs ★ R: Repeat ★ H: Turn on / off shuffle (only available in bigger UI) ★ C: Copy song url
확장 프로그램 기본 정보
이름 | Spotify Player |
ID | bhdjjppbnlpjpeicimhemencfgjeldoa |
공식 URL | https://chromewebstore.google.com/detail/spotify-player/bhdjjppbnlpjpeicimhemencfgjeldoa |
설명 | A browser extension that streamlines your Spotify listening experience. |
파일 크기 | 1.36 MB |
설치 횟수 | 71,218 |
현재 버전 | 3.1 |
최근 업데이트 | 2023-06-04 |
출시 날짜 | 2020-06-30 |
평점 | 4.53/5 총 100 개의 평점 |
개발자 | davidnguyen179 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.spotit.page/ |
도움말 페이지 URL | https://www.spotit.page/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Player", "version": "3.1", "description": "A browser extension that streamlines your Spotify listening experience.", "permissions": [ "contextMenus", "declarativeContent" ], "host_permissions": [ "*:\/\/*.spotify.com\/" ], "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/spotify-mini-player-16.png", "48": "images\/spotify-mini-player-48.png", "128": "images\/spotify-mini-player-128.png" }, "default_title": "Spotify Extension", "default_popup": "popup.html" }, "icons": { "16": "images\/spotify-mini-player-16.png", "48": "images\/spotify-mini-player-48.png", "128": "images\/spotify-mini-player-128.png" }, "homepage_url": "https:\/\/www.spotit.page\/", "author": "[email protected]" } |