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