Pandora Player

Pandora Player

什么是Pandora Player?

Pandora Player是由Marios Evripidou开发的Chrome扩展程序,该扩展的主要功能是“Pandora Player”。

扩展截图

screenshot

下载Pandora Player扩展crx文件

下载Pandora Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Pandora Internet Radio (also known as Pandora Radio or simply Pandora) is a music streaming and automated music recommendation service that serves as "custodian" of the Music Genome Project. 

The service plays musical selections of a certain genre based on the user's artist selection. The user then provides positive or negative feedback for songs chosen by the service, which are taken into account when Pandora selects future songs.

Pandora Player provides a shortcut which opens the Pandora website in a new border-less window as shown on the screenshot. It's simple, minimalistic and fast.

Disclaimer: "Pandora Player" is not affiliated with pandora.com

You can access the source code at: https://bitbucket.org/mariosevripidou/                    

扩展基本信息

名称 Pandora Player Pandora Player
ID almcdlklkojfjfbgbnkfcmfabldnofda
官方URL https://chromewebstore.google.com/detail/pandora-player/almcdlklkojfjfbgbnkfcmfabldnofda
简介 Pandora Player
文件大小 72.96 KB
安装次数 68,694
当前版本 2.0
更新时间 2021-03-22
上架时间 2021-03-19
评分 4.33/5 共286次评分
开发者 Marios Evripidou
电子邮箱 [email protected]
付费类型 free
扩展官网 https://marios.evripidou.me
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora Player",
    "version": "2.0",
    "description": "Pandora Player",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Pandora player",
        "default_icon": "icon.png"
    }
}