switcheroo
Transfer music libraries from Streaming Services to Spotify!
switcherooคืออะไร?
switcheroo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jawzf และคุณลักษณะหลักของมันคือ "Transfer music libraries from Streaming Services to Spotify!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย switcheroo
ดาวน์โหลดไฟล์ส่วนขยาย switcheroo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } |