PandeX
The ultimate Pandora upgrade
Qu'est-ce que PandeX ?
PandeX est une extension Chrome développée par OutSail, et sa fonction principale est "The ultimate Pandora upgrade".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PandeX
Téléchargez les fichiers d'extension PandeX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PandeX |
ID | oilmcbjjhfkjaddklfcffpkkbfimkmgp |
URL Officiel | https://chromewebstore.google.com/detail/pandex/oilmcbjjhfkjaddklfcffpkkbfimkmgp |
Description | The ultimate Pandora upgrade |
Taille du Fichier | 637 KB |
Nombre d'Installations | 106 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2017-04-27 |
Date de Publication | 2017-04-27 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | OutSail |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |