PreGig: More Spotify for your Songkick

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

Cos'è PreGig: More Spotify for your Songkick?

PreGig: More Spotify for your Songkick è un'estensione di Chrome sviluppata da peterwatts.net, e la sua funzione principale è "Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PreGig: More Spotify for your Songkick

Scarica i file di estensione PreGig: More Spotify for your Songkick in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PreGig: More Spotify for your Songkick PreGig: More Spotify for your Songkick
ID nffcflnghoidmimeolpggdnboojmhpod
URL Ufficiale https://chrome.google.com/webstore/detail/pregig-more-spotify-for-y/nffcflnghoidmimeolpggdnboojmhpod
Descrizione Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig
Dimensione del File 31.7 KB
Conteggio Installazioni 12
Versione Corrente 0.0.2
Ultimo Aggiornamento 2012-09-29
Data di Pubblicazione 2012-09-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore peterwatts.net
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}