Setify, convert setlists to playlists
Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists.
Setify, convert setlists to playlists là gì?
Setify, convert setlists to playlists là một tiện ích mở rộng Chrome được phát triển bởi https://setify.co, và tính năng chính của nó là "Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Setify, convert setlists to playlists
Tải xuống các tệp mở rộng Setify, convert setlists to playlists dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Setify (setify.co) is an app that makes it easy for you to convert setlist.fm playlists into Spotify playlists. This extension provides a small window on each setlist page of setlist.fm allowing you to convert it with Setify. One of the best features of Setify is that it will tell you which songs are (and aren't!) available on Spotify. It will also tell you which songs are covers not by the searched artist, so you can know exactly how your Spotify playlist is going to look before you save it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fmmipjnkejcpjflkilakfabibfdeepfj |
URL Chính Thức | https://chrome.google.com/webstore/detail/setify-convert-setlists-t/fmmipjnkejcpjflkilakfabibfdeepfj |
Mô tả | Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists. |
Kích Thước Tệp | 67.15 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2017-07-10 |
Ngày Phát Hành | 2017-07-10 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://setify.co |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://setify.co/ |
URL Trang Trợ Giúp | https://twitter.com/lawrhol |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Setify, convert setlists to playlists", "description": "Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists.", "version": "0.4", "icons": { "16": "[email protected]", "48": "[email protected]", "128": "[email protected]" }, "content_scripts": [ { "matches": [ "*:\/\/www.setlist.fm\/setlist\/*\/*\/*.html" ], "css": [ "style.css" ], "js": [ "jquery.js", "contentscript.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "fonts\/open.woff2", "fonts\/fatface.woff2" ], "permissions": [ "activeTab" ] } |