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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}