Continuous Pandora Radio

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

什么是Continuous Pandora Radio?

Continuous Pandora Radio是由sps开发的Chrome扩展程序,该扩展的主要功能是“Removes the Pandora are you still there message so your music remains uninterrupted”。

扩展截图

screenshot

下载Continuous Pandora Radio扩展crx文件

下载Continuous Pandora Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Continuous Pandora Radio Continuous Pandora Radio
ID oedfojnbgecpjefbdohmgkgokkeghhaa
官方URL https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa
简介 Removes the Pandora are you still there message so your music remains uninterrupted
文件大小 9.46 KB
安装次数 552
当前版本 1.1
更新时间 2014-12-04
上架时间 2014-12-04
评分 4.29/5 共7次评分
开发者 sps
付费类型 free
支持的语言 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"
            ]
        }
    ]
}