Pandora Made Better

Improvements to Pandora

Co to jest Pandora Made Better?

Pandora Made Better to rozszerzenie Chrome opracowane przez William Sawyer, a jego główną funkcją jest „Improvements to Pandora”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pandora Made Better

Pobierz pliki rozszerzeń Pandora Made Better w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pandora Made Better Pandora Made Better
ID gehmihiiaeebmlflnmegjmocnnjghcch
Oficjalny URL https://chromewebstore.google.com/detail/pandora-made-better/gehmihiiaeebmlflnmegjmocnnjghcch
Opis Improvements to Pandora
Rozmiar pliku 127 KB
Liczba instalacji 1,101
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2016-04-11
Data Publikacji 2016-04-11
Ocena 3.37/5 Łącznie 27 Oceny
Deweloper William Sawyer
Typ Płatności free
Obsługiwane Języki 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"
}