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
官方網址 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"
            ]
        }
    ]
}