PreGig: More Spotify for your Songkick

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

Vad är PreGig: More Spotify for your Songkick?

PreGig: More Spotify for your Songkick är en Chrome-tillägg utvecklad av peterwatts.net, och dess huvudfunktion är "Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig".

Tilläggsskärmbilder

screenshot

Ladda ner PreGig: More Spotify for your Songkick-förlängningens CRX-fil

Ladda ner PreGig: More Spotify for your Songkick-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn PreGig: More Spotify for your Songkick PreGig: More Spotify for your Songkick
ID nffcflnghoidmimeolpggdnboojmhpod
Officiell webbadress https://chrome.google.com/webstore/detail/pregig-more-spotify-for-y/nffcflnghoidmimeolpggdnboojmhpod
Beskrivning Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig
Filstorlek 31.7 KB
Antal Installationer 12
Aktuell Version 0.0.2
Senast Uppdaterad 2012-09-29
Publiceringsdatum 2012-09-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare peterwatts.net
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}