PreGig: More Spotify for your Songkick

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

Qu'est-ce que PreGig: More Spotify for your Songkick ?

PreGig: More Spotify for your Songkick est une extension Chrome développée par peterwatts.net, et sa fonction principale est "Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PreGig: More Spotify for your Songkick

Téléchargez les fichiers d'extension PreGig: More Spotify for your Songkick au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PreGig: More Spotify for your Songkick PreGig: More Spotify for your Songkick
ID nffcflnghoidmimeolpggdnboojmhpod
URL Officiel https://chrome.google.com/webstore/detail/pregig-more-spotify-for-y/nffcflnghoidmimeolpggdnboojmhpod
Description Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig
Taille du Fichier 31.7 KB
Nombre d'Installations 12
Version Actuelle 0.0.2
Dernière Mise à Jour 2012-09-29
Date de Publication 2012-09-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur peterwatts.net
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}