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とは何ですか?
Setify, convert setlists to playlistsはhttps://setify.coによって開発されたChromeの拡張機能で、その主な機能は「Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists.」です。
拡張機能のスクリーンショット
Setify, convert setlists to playlists拡張機能のCRXファイルをダウンロード
Setify, convert setlists to playlists拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | fmmipjnkejcpjflkilakfabibfdeepfj |
公式URL | https://chrome.google.com/webstore/detail/setify-convert-setlists-t/fmmipjnkejcpjflkilakfabibfdeepfj |
説明 | Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists. |
ファイルサイズ | 67.15 KB |
インストール数 | 1,000 |
現在のバージョン | 0.4 |
最終更新日 | 2017-07-10 |
公開日 | 2017-07-10 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://setify.co |
支払い方法 | free |
拡張機能のウェブサイト | https://setify.co/ |
ヘルプページのURL | https://twitter.com/lawrhol |
対応言語 | 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" ] } |