Pandora Extended
See the details of the current song playing on Pandora
什么是Pandora Extended?
Pandora Extended是由antoine.pourchet开发的Chrome扩展程序,该扩展的主要功能是“See the details of the current song playing on Pandora”。
下载Pandora Extended扩展crx文件
下载Pandora Extended扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | dpicphkahifagehhebkafnpffcnohcli |
官方URL | https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli |
简介 | See the details of the current song playing on Pandora |
文件大小 | 122 KB |
安装次数 | 22 |
当前版本 | 0.2 |
更新时间 | 2014-08-30 |
上架时间 | 2014-08-30 |
评分 | 5.00/5 共1次评分 |
开发者 | antoine.pourchet |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pandora Extended", "description": "See the details of the current song playing on Pandora", "version": "0.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "See the details of the current song playing on Pandora", "default_title": "Check what's playing", "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |