Pandora Player
Pandora Player
Co to jest Pandora Player?
Pandora Player to rozszerzenie Chrome opracowane przez Marios Evripidou, a jego główną funkcją jest „Pandora Player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pandora Player
Pobierz pliki rozszerzeń Pandora Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | almcdlklkojfjfbgbnkfcmfabldnofda |
Oficjalny URL | https://chromewebstore.google.com/detail/pandora-player/almcdlklkojfjfbgbnkfcmfabldnofda |
Opis | Pandora Player |
Rozmiar pliku | 72.96 KB |
Liczba instalacji | 68,694 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2021-03-22 |
Data Publikacji | 2021-03-19 |
Ocena | 4.33/5 Łącznie 286 Oceny |
Deweloper | Marios Evripidou |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://marios.evripidou.me |
Obsługiwane Języki | 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" } } |