Pandora™ Forever

Never stop listending to Pandora(TM)

Co to jest Pandora™ Forever?

Pandora™ Forever to rozszerzenie Chrome opracowane przez Social Erase, a jego główną funkcją jest „Never stop listending to Pandora(TM)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pandora™ Forever

Pobierz pliki rozszerzeń Pandora™ Forever 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

                        This Extension will keep Pandora Playing!  Instead of having to click "I'm Still Listening" every few songs, this extensions will keep pandora playing without ever having to click the button!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pandora™ Forever Pandora™ Forever
ID odgndgdmnknkgjmicdhhbkhimnmldnpi
Oficjalny URL https://chromewebstore.google.com/detail/pandora-forever/odgndgdmnknkgjmicdhhbkhimnmldnpi
Opis Never stop listending to Pandora(TM)
Rozmiar pliku 1.39 MB
Liczba instalacji 472
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2023-07-06
Data Publikacji 2019-02-03
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper Social Erase
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sysar.ch/social-erase/
Adres URL Strony Pomocy https://sysar.ch/social-erase/help#contact-us
Adres URL Strony Polityki Prywatności https://socialerase.net/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pandora\u2122 Forever",
    "short_name": "Pandora Forever",
    "description": "Never stop listending to Pandora(TM)",
    "permissions": [
        "activeTab"
    ],
    "version": "0.7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pandora.com\/*",
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_title": "Pandora Forever(TM)",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "144": "144.png",
            "150": "270.png"
        }
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "144": "144.png",
        "150": "270.png"
    }
}