Pandora Player

Pandora Player

Pandora Player란 무엇입니까?

Pandora Player은(는) Marios Evripidou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pandora Player"입니다.

확장 프로그램 스크린샷

screenshot

Pandora Player 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}