PreGig: More Spotify for your Songkick

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

Apa itu PreGig: More Spotify for your Songkick?

PreGig: More Spotify for your Songkick adalah ekstensi Chrome yang dikembangkan oleh peterwatts.net, dan fitur utamanya adalah "Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PreGig: More Spotify for your Songkick

Unduh file ekstensi PreGig: More Spotify for your Songkick dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PreGig: More Spotify for your Songkick PreGig: More Spotify for your Songkick
ID nffcflnghoidmimeolpggdnboojmhpod
URL Resmi https://chrome.google.com/webstore/detail/pregig-more-spotify-for-y/nffcflnghoidmimeolpggdnboojmhpod
Deskripsi Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig
Ukuran File 31.7 KB
Jumlah Instalasi 12
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2012-09-29
Tanggal Publikasi 2012-09-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang peterwatts.net
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}