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