Pandora Player
Pandora Player
Pandora Playerとは何ですか?
Pandora PlayerはMarios Evripidouによって開発されたChromeの拡張機能で、その主な機能は「Pandora Player」です。
拡張機能のスクリーンショット
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/
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |