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 |
官方URL | 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" } } |