Pandora Player
Pandora Player
What is Pandora Player?
Pandora Player is a Chrome extension developed by Marios Evripidou, and its main feature is "Pandora Player".
Extension Screenshots
Download Pandora Player Extension CRX File
Download Pandora Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | almcdlklkojfjfbgbnkfcmfabldnofda |
Official URL | https://chromewebstore.google.com/detail/pandora-player/almcdlklkojfjfbgbnkfcmfabldnofda |
Description | Pandora Player |
File Size | 72.96 KB |
Installation Count | 68,694 |
Current Version | 2.0 |
Last Updated | 2021-03-22 |
Publish Date | 2021-03-19 |
Rating | 4.33/5 Total 286 Ratings |
Developer | Marios Evripidou |
[email protected] | |
Payment Type | free |
Extension Website | https://marios.evripidou.me |
Supported Languages | 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" } } |