Disney+ PIP
Enable Picture in Picture for Disney Plus Videos
Disney+ PIPคืออะไร?
Disney+ PIP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gurvin.anand และคุณลักษณะหลักของมันคือ "Enable Picture in Picture for Disney Plus Videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disney+ PIP
ดาวน์โหลดไฟล์ส่วนขยาย Disney+ PIP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Disney Plus does not normally cooperate with the picture-in-picture chrome extension. This extension allows the two to become compatible. Simply install this extension, open a video on Disney+, and activate the picture-in-picture extension as usual, and it will work by popping out a smaller video window.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disney+ PIP |
ID | pcobdaahbhmcmochfhpbhbgphcmpaeej |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej |
คำอธิบาย | Enable Picture in Picture for Disney Plus Videos |
ขนาดไฟล์ | 6.92 KB |
จำนวนการติดตั้ง | 908 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2022-05-26 |
วันที่เผยแพร่ | 2022-05-20 |
คะแนน | 2.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | gurvin.anand |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disney+ PIP", "description": "Enable Picture in Picture for Disney Plus Videos", "version": "0.0.0.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.disneyplus.com\/video\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |