Continuous Pandora Radio

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

Continuous Pandora Radioคืออะไร?

Continuous Pandora Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sps และคุณลักษณะหลักของมันคือ "Removes the Pandora are you still there message so your music remains uninterrupted"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Continuous Pandora Radio

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}