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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Setify, convert setlists to playlists Setify, convert setlists to playlists
ID fmmipjnkejcpjflkilakfabibfdeepfj
官方網址 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"
    ]
}