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
Wat is Pandora Mod: Move controls to top of page?
Pandora Mod: Move controls to top of page is een Chrome-extensie ontwikkeld door Brett Tolbert, en de belangrijkste functie is "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Pandora Mod: Move controls to top of page
Download Pandora Mod: Move controls to top of page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
Officiële URL | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
Beschrijving | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
Bestandsgrootte | 495 KB |
Aantal Installaties | 34 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2017-03-25 |
Publicatiedatum | 2017-03-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Brett Tolbert |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |