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
¿Qué es Pandora Mod: Move controls to top of page?
Pandora Mod: Move controls to top of page es una extensión de Chrome desarrollada por Brett Tolbert, y su función principal es "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pandora Mod: Move controls to top of page
Descarga archivos de extensión Pandora Mod: Move controls to top of page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
URL Oficial | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
Descripción | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
Tamaño del Archivo | 495 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 0.0.3 |
Última Actualización | 2017-03-25 |
Fecha de Publicación | 2017-03-24 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Brett Tolbert |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |