switcheroo

Transfer music libraries from Streaming Services to Spotify!

switcheroo란 무엇입니까?

switcheroo은(는) jawzf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transfer music libraries from Streaming Services to Spotify!"입니다.

확장 프로그램 스크린샷

screenshot

switcheroo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This helps you transfer the songs in your Google Play Music Library to Spotify, in 3 simple clicks. Easy to use, and support for more streaming services coming soon.

This extension does not guarantee the complete transfer of your playlist, because only those songs which are an exact match in terms of album and artist are exported to Spotify. The developer is not responsible for any changes in your Google Play Music or Spotify or streaming configuration. Use this at your own risk.
For any feature request or bugs, please leave it in the comments.
					
Instructions
1. Please ensure a stable internet connection to have a successful transfer.
2. Do not close the extension, when exporting as it may dismiss the process.
3. Follow the step by step process to ensure maximum success.


Support for more music streaming services coming soon. This tool is by no means supported by Spotify or Google.

Developers and Collaborators: https://github.com/jawzf/Switcheroo

Created by Joseph Kuriackal (@jawzf) 2018                    

확장 프로그램 기본 정보

이름 switcheroo switcheroo
ID pnmhhafmkpbmbiibonckcnomganolpfa
공식 URL https://chromewebstore.google.com/detail/switcheroo/pnmhhafmkpbmbiibonckcnomganolpfa
설명 Transfer music libraries from Streaming Services to Spotify!
파일 크기 241 KB
설치 횟수 136
현재 버전 0.1.2
최근 업데이트 2019-03-06
출시 날짜 2019-03-06
평점 5.00/5 총 1 개의 평점
개발자 jawzf
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jawzf/Switcheroo
도움말 페이지 URL https://github.com/jawzf/Switcheroo
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "switcheroo",
    "version": "0.1.2",
    "description": "Transfer music libraries from Streaming Services to Spotify!",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "identity"
    ],
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.3.1.min.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/googlify16.png",
            "32": "images\/googlify32.png",
            "64": "images\/googlify64.png",
            "128": "images\/googlify128.png"
        }
    },
    "icons": {
        "16": "images\/googlify16.png",
        "32": "images\/googlify32.png",
        "64": "images\/googlify64.png",
        "128": "images\/googlify128.png"
    },
    "manifest_version": 2
}