Continuous Pandora Radio

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

Hvad er Continuous Pandora Radio?

Continuous Pandora Radio er en Chrome-udvidelse udviklet af sps, og dens hovedfunktion er "Removes the Pandora are you still there message so your music remains uninterrupted".

Udvidelsesskærmbilleder

screenshot

Download Continuous Pandora Radio-udvidelses-CRX-fil

Download Continuous Pandora Radio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Continuous Pandora Radio Continuous Pandora Radio
ID oedfojnbgecpjefbdohmgkgokkeghhaa
Officiel URL https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa
Beskrivelse Removes the Pandora are you still there message so your music remains uninterrupted
Filstørrelse 9.46 KB
Antal Installationer 552
Nuværende Version 1.1
Senest Opdateret 2014-12-04
Udgivelsesdato 2014-12-04
Bedømmelse 4.29/5 Samlet 7 Bedømmelser
Udvikler sps
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}