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
Hvad er Pandora Mod: Move controls to top of page?
Pandora Mod: Move controls to top of page er en Chrome-udvidelse udviklet af Brett Tolbert, og dens hovedfunktion er "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".
Udvidelsesskærmbilleder
Download Pandora Mod: Move controls to top of page-udvidelses-CRX-fil
Download Pandora Mod: Move controls to top of page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
Officiel URL | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
Beskrivelse | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
Filstørrelse | 495 KB |
Antal Installationer | 34 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2017-03-25 |
Udgivelsesdato | 2017-03-24 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Brett Tolbert |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |