Pandora™ Forever

Never stop listending to Pandora(TM)

Pandora™ Foreverคืออะไร?

Pandora™ Forever เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social Erase และคุณลักษณะหลักของมันคือ "Never stop listending to Pandora(TM)"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Pandora™ Forever ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Extension will keep Pandora Playing!  Instead of having to click "I'm Still Listening" every few songs, this extensions will keep pandora playing without ever having to click the button!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pandora™ Forever Pandora™ Forever
ID odgndgdmnknkgjmicdhhbkhimnmldnpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pandora-forever/odgndgdmnknkgjmicdhhbkhimnmldnpi
คำอธิบาย Never stop listending to Pandora(TM)
ขนาดไฟล์ 1.39 MB
จำนวนการติดตั้ง 472
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2023-07-06
วันที่เผยแพร่ 2019-02-03
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Social Erase
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sysar.ch/social-erase/
URL หน้าช่วยเหลือ https://sysar.ch/social-erase/help#contact-us
URL หน้านโยบายความเป็นส่วนตัว https://socialerase.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pandora\u2122 Forever",
    "short_name": "Pandora Forever",
    "description": "Never stop listending to Pandora(TM)",
    "permissions": [
        "activeTab"
    ],
    "version": "0.7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pandora.com\/*",
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_title": "Pandora Forever(TM)",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "144": "144.png",
            "150": "270.png"
        }
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "144": "144.png",
        "150": "270.png"
    }
}