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
Cos'è Pandora Mod: Move controls to top of page?
Pandora Mod: Move controls to top of page è un'estensione di Chrome sviluppata da Brett Tolbert, e la sua funzione principale è "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pandora Mod: Move controls to top of page
Scarica i file di estensione Pandora Mod: Move controls to top of page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
URL Ufficiale | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
Descrizione | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
Dimensione del File | 495 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2017-03-25 |
Data di Pubblicazione | 2017-03-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Brett Tolbert |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |