Continuous Pandora Radio

Removes the Pandora are you still there message so your music remains uninterrupted

Was ist Continuous Pandora Radio?

Continuous Pandora Radio ist eine Chrome-Erweiterung, die von sps entwickelt wurde, und ihr Hauptmerkmal ist "Removes the Pandora are you still there message so your music remains uninterrupted".

Erweiterungsscreenshots

screenshot

Continuous Pandora Radio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Continuous Pandora Radio-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

                        keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.                    

Grundlegende Informationen zur Erweiterung

Name Continuous Pandora Radio Continuous Pandora Radio
ID oedfojnbgecpjefbdohmgkgokkeghhaa
Offizielle URL https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa
Beschreibung Removes the Pandora are you still there message so your music remains uninterrupted
Dateigröße 9.46 KB
Installationsanzahl 552
Aktuelle Version 1.1
Letztes Update 2014-12-04
Veröffentlichungsdatum 2014-12-04
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler sps
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Continuous Pandora Radio",
    "description": "Removes the Pandora are you still there message so your music remains uninterrupted",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pandora.com\/",
                "http:\/\/*.pandora.com\/"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}