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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" ] } ] } |