PreGig: More Spotify for your Songkick

Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig

ما هو PreGig: More Spotify for your Songkick؟

PreGig: More Spotify for your Songkick هو إضافة Chrome تم تطويرها بواسطة peterwatts.net، والميزة الرئيسية لها هي "Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PreGig: More Spotify for your Songkick

قم بتنزيل ملفات الامتداد PreGig: More Spotify for your Songkick بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        PreGig embeds a Spotify Playlist on Songkick.com pages, so that you can listen to an event before attending.                    

معلومات أساسية عن التمديد

الاسم PreGig: More Spotify for your Songkick PreGig: More Spotify for your Songkick
ID nffcflnghoidmimeolpggdnboojmhpod
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pregig-more-spotify-for-y/nffcflnghoidmimeolpggdnboojmhpod
الوصف Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig
حجم الملف 31.7 KB
عدد التثبيتات 12
النسخة الحالية 0.0.2
آخر تحديث 2012-09-29
تاريخ النشر 2012-09-29
تقييم 5.00/5 مجموع تقييمات 1
المطور peterwatts.net
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PreGig: More Spotify for your Songkick",
    "manifest_version": 2,
    "version": "0.0.2",
    "description": "Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig",
    "permissions": [
        "http:\/\/www.songkick.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.songkick.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}