PanTube
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
PanTubeとは何ですか?
PanTubeはhttps://www.pantube.infoによって開発されたChromeの拡張機能で、その主な機能は「PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…」です。
拡張機能のスクリーンショット
PanTube拡張機能のCRXファイルをダウンロード
PanTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the user on user's browser using HTML5's LocalStorage. PanTube's playlist makes it easy to search the tracks on YouTube. Upcoming Version: Create a YouTube playlist of the songs played by Pandora so far.
拡張機能の基本情報
名前 | PanTube |
ID | nkcfbkhcgnpfkgddabjpgnfgojmemiof |
公式URL | https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof |
説明 | PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the… |
ファイルサイズ | 28.19 KB |
インストール数 | 71 |
現在のバージョン | 0.1 |
最終更新日 | 2013-02-06 |
公開日 | 2013-02-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://www.pantube.info |
支払い方法 | free |
拡張機能のウェブサイト | http://www.pantube.info |
ヘルプページのURL | http://www.pantube.info |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PanTube", "version": "0.1", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "PanTube", "default_icon": "icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.pandora.com\/*", "https:\/\/www.pandora.com\/*" ], "js": [ "content_script.js" ] } ] } |