Pandora Made Better

Improvements to Pandora

Was ist Pandora Made Better?

Pandora Made Better ist eine Chrome-Erweiterung, die von William Sawyer entwickelt wurde, und ihr Hauptmerkmal ist "Improvements to Pandora".

Erweiterungsscreenshots

screenshot

Pandora Made Better-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pandora Made Better-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pandora Made Better Pandora Made Better
ID gehmihiiaeebmlflnmegjmocnnjghcch
Offizielle URL https://chromewebstore.google.com/detail/pandora-made-better/gehmihiiaeebmlflnmegjmocnnjghcch
Beschreibung Improvements to Pandora
Dateigröße 127 KB
Installationsanzahl 1,101
Aktuelle Version 1.7
Letztes Update 2016-04-11
Veröffentlichungsdatum 2016-04-11
Bewertung 3.37/5 Insgesamt 27 Bewertungen
Entwickler William Sawyer
Zahlungsart free
Unterstützte Sprachen 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"
}