Pandora Made Better

Improvements to Pandora

Qu'est-ce que Pandora Made Better ?

Pandora Made Better est une extension Chrome développée par William Sawyer, et sa fonction principale est "Improvements to Pandora".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pandora Made Better

Téléchargez les fichiers d'extension Pandora Made Better 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

                        Features:
* Keeps a history of the last 10 songs played and allows playback.
* Fast forwarding and rewinding songs by clicking on the progress bar.
* Increased skip limit
* Auto skip ads
* Auto click are you still listening
* Remove all background advertisement on Pandora.
* Through the app button you can control the Pandora tab from other tabs.
* Pandora tab title now shows the current song title.                    

Informations de Base sur l'Extension

Nom Pandora Made Better Pandora Made Better
ID gehmihiiaeebmlflnmegjmocnnjghcch
URL Officiel https://chromewebstore.google.com/detail/pandora-made-better/gehmihiiaeebmlflnmegjmocnnjghcch
Description Improvements to Pandora
Taille du Fichier 127 KB
Nombre d'Installations 1,101
Version Actuelle 1.7
Dernière Mise à Jour 2016-04-11
Date de Publication 2016-04-11
Évaluation 3.37/5 Total 27 Évaluations
Développeur William Sawyer
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.pandora.com\/*",
        "*:\/\/*.p-cdn.com\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "pandora.js"
            ],
            "css": [
                "pandora.css"
            ],
            "matches": [
                "*:\/\/*.pandora.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "angular.min.js",
            "background.js"
        ]
    },
    "description": "Improvements to Pandora",
    "icons": {
        "128": "pandora.png"
    },
    "browser_action": {
        "default_icon": "pandora.png",
        "default_popup": "popup.html"
    },
    "name": "Pandora Made Better",
    "version": "1.7"
}