Spotify artist's all songs
As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…
Spotify artist's all songs란 무엇입니까?
Spotify artist's all songs은(는) xdpugachevx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply…"입니다.
확장 프로그램 스크린샷
Spotify artist's all songs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply create playlist with all songs of any artist on Spotify. Just go to artist's page, click on extension icon and click "Show all songs" button. After couple of seconds you will be redirected to new playlist with all songs of this artist. This extension uses official Spotify WebAPI, that's why you need to authorize this extension on Spotify for the first time. Don't worry, we don't collect any personal information about you and your musical preferences. So just use this extension and get fun listening your favorite artists!
확장 프로그램 기본 정보
이름 | Spotify artist's all songs |
ID | jdicfniianljldbajoghhnilmnghgmno |
공식 URL | https://chromewebstore.google.com/detail/spotify-artists-all-songs/jdicfniianljldbajoghhnilmnghgmno |
설명 | As you know Spotify doesn't provide method to listen all songs of artist in single playlist. With this extension you can simply… |
파일 크기 | 326 KB |
설치 횟수 | 5,065 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-01-22 |
출시 날짜 | 2021-01-22 |
평점 | 4.03/5 총 33 개의 평점 |
개발자 | xdpugachevx |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotify artist's all songs", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "chrome-extension-async.js", "background.js" ], "persistent": false }, "permissions": [ "storage", "identity", "tabs" ] } |