PreGig: More Spotify for your Songkick
Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig
What is PreGig: More Spotify for your Songkick?
PreGig: More Spotify for your Songkick is a Chrome extension developed by peterwatts.net, and its main feature is "Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig".
Extension Screenshots
Download PreGig: More Spotify for your Songkick Extension CRX File
Download PreGig: More Spotify for your Songkick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
PreGig embeds a Spotify Playlist on Songkick.com pages, so that you can listen to an event before attending.
Extension Basic Information
Name | |
ID | nffcflnghoidmimeolpggdnboojmhpod |
Official URL | https://chrome.google.com/webstore/detail/pregig-more-spotify-for-y/nffcflnghoidmimeolpggdnboojmhpod |
Description | Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig |
File Size | 31.7 KB |
Installation Count | 12 |
Current Version | 0.0.2 |
Last Updated | 2012-09-29 |
Publish Date | 2012-09-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | peterwatts.net |
Payment Type | free |
Supported Languages | 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" ] } ] } |