Pandora Mod: Move controls to top of page
Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs
Co to jest Pandora Mod: Move controls to top of page?
Pandora Mod: Move controls to top of page to rozszerzenie Chrome opracowane przez Brett Tolbert, a jego główną funkcją jest „Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pandora Mod: Move controls to top of page
Pobierz pliki rozszerzeń Pandora Mod: Move controls to top of page 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
Moves the playback controls on Pandora Internet Radio (pandora.com) from the bottom of the page to the top, closer to the URL bar and tabs for convenience.
Podstawowe informacje o rozszerzeniu
Nazwa | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
Oficjalny URL | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
Opis | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
Rozmiar pliku | 495 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2017-03-25 |
Data Publikacji | 2017-03-24 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Brett Tolbert |
[email protected] | |
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 Mod: Move controls to top of page", "version": "0.0.3", "description": "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs", "author": "Brett Tolbert", "homepage_url": "http:\/\/bretttolbert.com", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pandora.com\/*" ], "js": [ "jquery-3.2.0.min.js", "content.js" ] } ] } |