PandeX
The ultimate Pandora upgrade
¿Qué es PandeX?
PandeX es una extensión de Chrome desarrollada por OutSail, y su función principal es "The ultimate Pandora upgrade".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PandeX
Descarga archivos de extensión PandeX 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
Upgrades the online version of Pandora to create the ultimate Pandora experience. Features: -Popup control panel -Download songs -changeable download format -Song change notification -Search songs on YouTube -Preview previous songs in popup Note: As of now you can only download and preview the last five songs that were listened to previously regardless of station. we are currently working on a way to optimally fix this issue. Also this extension is not perfect so please leave feedback or suggestions by sending an email to the email specified below, or leave a support ticket. thank you for your feedback.
Información Básica de la Extensión
Nombre | PandeX |
ID | oilmcbjjhfkjaddklfcffpkkbfimkmgp |
URL Oficial | https://chromewebstore.google.com/detail/pandex/oilmcbjjhfkjaddklfcffpkkbfimkmgp |
Descripción | The ultimate Pandora upgrade |
Tamaño del Archivo | 637 KB |
Cantidad de Instalaciones | 106 |
Versión Actual | 0.2.2 |
Última Actualización | 2017-04-27 |
Fecha de Publicación | 2017-04-27 |
Calificación | 3.50/5 Total de 2 Calificaciones |
Desarrollador | OutSail |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.js", "js\/background.js", "js\/downloader.js", "js\/ad\/prevent.js" ] }, "browser_action": { "default_icon": "photos\/face.png", "default_popup": "html\/popup.html", "default_title": "PandeX" }, "content_scripts": [ { "css": [ "css\/buttonStyler.css" ], "js": [ "js\/jquery.js", "js\/main.js" ], "matches": [ "http:\/\/*.pandora.com\/*", "https:\/\/*.pandora.com\/*" ] } ], "description": "The ultimate Pandora upgrade", "icons": { "128": "photos\/icon128.png", "16": "photos\/icon16.png", "48": "photos\/icon48.png" }, "manifest_version": 2, "name": "PandeX", "short_name": "PandeX", "permissions": [ "notifications", "tabs", "*:\/\/*\/*", "*:\/\/*.p-cdn.com\/*", "webRequest", "webRequestBlocking", "activeTab" ], "version": "0.2.2", "web_accessible_resources": [ "photos\/*", "js\/*" ] } |