PreGig: More Spotify for your Songkick

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

什么是PreGig: More Spotify for your Songkick?

PreGig: More Spotify for your Songkick是由peterwatts.net开发的Chrome扩展程序,该扩展的主要功能是“Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig”。

扩展截图

screenshot

下载PreGig: More Spotify for your Songkick扩展crx文件

下载PreGig: More Spotify for your Songkick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 PreGig: More Spotify for your Songkick PreGig: More Spotify for your Songkick
ID nffcflnghoidmimeolpggdnboojmhpod
官方URL https://chrome.google.com/webstore/detail/pregig-more-spotify-for-y/nffcflnghoidmimeolpggdnboojmhpod
简介 Concert + Friends + Beer + Songkick + Spotify + 2 hours to spare = PreGig
文件大小 31.7 KB
安装次数 12
当前版本 0.0.2
更新时间 2012-09-29
上架时间 2012-09-29
评分 5.00/5 共1次评分
开发者 peterwatts.net
付费类型 free
支持的语言 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"
            ]
        }
    ]
}