Pandora Player
A more integrated way of enjoying pandora.
什麼是Pandora Player?
Pandora Player是由WebMech開發的Chrome擴展程式,該擴展的主要功能是“A more integrated way of enjoying pandora.”。
擴展截圖
下載Pandora Player擴展crx文件
下載Pandora Player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Pandora Player is a neat little widget that lets you control and listen to Pandora from your browser. It includes everything you need to listen to and enjoy Pandora without the need to have the yet another extra tab open. Features: - Play, Pause, Like, Skip your Pandora songs. - Switch Playlists
擴展基本資訊
名稱 | |
ID | pdkmfpaepcjiffojdgagnbdhebkojmib |
官方網址 | https://chrome.google.com/webstore/detail/pandora-player/pdkmfpaepcjiffojdgagnbdhebkojmib |
簡介 | A more integrated way of enjoying pandora. |
檔案大小 | 173 KB |
安裝次數 | 492 |
目前版本 | 1.2.3 |
更新時間 | 2014-08-03 |
上架時間 | 2014-08-03 |
評分 | 3.00/5 共 3 次評分 |
開發者 | WebMech |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pandora Player", "description": "A more integrated way of enjoying pandora.", "version": "1.2.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.pandora.com\/*", "webNavigation", "tabs", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/pandora.com; object-src 'self' https:\/\/pandora.com", "content_scripts": [ { "matches": [ "*:\/\/*.pandora.com\/", "*:\/\/*.pandora.com\/account\/sign-in", "*:\/\/*.pandora.com\/station\/play\/*" ], "js": [ "js\/lib\/jquery.js", "js\/app\/pandora.js" ], "all_frames": true } ], "browser_action": { "default_icon": "icon48.png", "default_popup": "index.html" } } |