Disney+ PIP

Adds Picture-in-Picture (PIP) support for Disney+

Disney+ PIPคืออะไร?

Disney+ PIP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://victorwesterlund.com และคุณลักษณะหลักของมันคือ "Adds Picture-in-Picture (PIP) support for Disney+"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disney+ PIP

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

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

                        Very simple extension that adds a PIP toggle button to Disney+ in the browser.

Source code: https://github.com/VictorWesterlund/disneyplus-pip                    

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

ชื่อ Disney+ PIP Disney+ PIP
ID mjncaeojcjldpplapjioikobkgedockm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disney+-pip/mjncaeojcjldpplapjioikobkgedockm
คำอธิบาย Adds Picture-in-Picture (PIP) support for Disney+
ขนาดไฟล์ 4.28 KB
จำนวนการติดตั้ง 3,717
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2022-03-22
คะแนน 3.70/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://victorwesterlund.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/VictorWesterlund/disneyplus-pip
URL หน้านโยบายความเป็นส่วนตัว https://victorwesterlund.github.io/disneyplus-pip/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney+ PIP",
    "description": "Adds Picture-in-Picture (PIP) support for Disney+",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "assets\/js\/script.js"
            ]
        }
    ]
}