PreGig: More Spotify for your Songkick

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

Wat is PreGig: More Spotify for your Songkick?

PreGig: More Spotify for your Songkick is een Chrome-extensie ontwikkeld door peterwatts.net, en de belangrijkste functie is "Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PreGig: More Spotify for your Songkick

Download PreGig: More Spotify for your Songkick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PreGig: More Spotify for your Songkick PreGig: More Spotify for your Songkick
ID nffcflnghoidmimeolpggdnboojmhpod
Officiële URL https://chrome.google.com/webstore/detail/pregig-more-spotify-for-y/nffcflnghoidmimeolpggdnboojmhpod
Beschrijving Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig
Bestandsgrootte 31.7 KB
Aantal Installaties 12
Huidige Versie 0.0.2
Laatst Bijgewerkt 2012-09-29
Publicatiedatum 2012-09-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar peterwatts.net
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}