Continuous Pandora Radio

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

What is Continuous Pandora Radio?

Continuous Pandora Radio is a Chrome extension developed by sps, and its main feature is "Removes the Pandora are you still there message so your music remains uninterrupted".

Extension Screenshots

screenshot

Download Continuous Pandora Radio Extension CRX File

Download Continuous Pandora Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Continuous Pandora Radio Continuous Pandora Radio
ID oedfojnbgecpjefbdohmgkgokkeghhaa
Official URL https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa
Description Removes the Pandora are you still there message so your music remains uninterrupted
File Size 9.46 KB
Installation Count 552
Current Version 1.1
Last Updated 2014-12-04
Publish Date 2014-12-04
Rating 4.29/5 Total 7 Ratings
Developer sps
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}