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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://setify.co และคุณลักษณะหลักของมันคือ "Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Setify, convert setlists to playlists

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}