Pandora Player
A more integrated way of enjoying pandora.
Co to jest Pandora Player?
Pandora Player to rozszerzenie Chrome opracowane przez WebMech, a jego główną funkcją jest „A more integrated way of enjoying pandora.”.
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 Player is a neat little widget that lets you control and listen to Pandora from your browser. It includes everything you need to listen to and enjoy Pandora without the need to have the yet another extra tab open. Features: - Play, Pause, Like, Skip your Pandora songs. - Switch Playlists
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pdkmfpaepcjiffojdgagnbdhebkojmib |
Oficjalny URL | https://chrome.google.com/webstore/detail/pandora-player/pdkmfpaepcjiffojdgagnbdhebkojmib |
Opis | A more integrated way of enjoying pandora. |
Rozmiar pliku | 173 KB |
Liczba instalacji | 492 |
Aktualna Wersja | 1.2.3 |
Ostatnia Aktualizacja | 2014-08-03 |
Data Publikacji | 2014-08-03 |
Ocena | 3.00/5 Łącznie 3 Oceny |
Deweloper | WebMech |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pandora Player", "description": "A more integrated way of enjoying pandora.", "version": "1.2.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.pandora.com\/*", "webNavigation", "tabs", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/pandora.com; object-src 'self' https:\/\/pandora.com", "content_scripts": [ { "matches": [ "*:\/\/*.pandora.com\/", "*:\/\/*.pandora.com\/account\/sign-in", "*:\/\/*.pandora.com\/station\/play\/*" ], "js": [ "js\/lib\/jquery.js", "js\/app\/pandora.js" ], "all_frames": true } ], "browser_action": { "default_icon": "icon48.png", "default_popup": "index.html" } } |