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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Setify, convert setlists to playlists एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}