Hulu PIP
Enable Picture in Picture for Hulu Videos
Hulu PIPคืออะไร?
Hulu PIP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย harmanand และคุณลักษณะหลักของมันคือ "Enable Picture in Picture for Hulu Videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hulu PIP
ดาวน์โหลดไฟล์ส่วนขยาย Hulu PIP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hulu doesn't allow the Chrome PIP feature to work. This extension will re-enable the pip feature on any Hulu video. Captions will not transfer to the pip'ed video.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hulu PIP |
ID | cjnnojbahbfmbhhpkcoihncbojdlhbnj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hulu-pip/cjnnojbahbfmbhhpkcoihncbojdlhbnj |
คำอธิบาย | Enable Picture in Picture for Hulu Videos |
ขนาดไฟล์ | 3.47 KB |
จำนวนการติดตั้ง | 3,598 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2021-07-07 |
วันที่เผยแพร่ | 2021-07-07 |
คะแนน | 3.85/5 รวมทั้งหมด 40 คะแนน |
ผู้พัฒนา | harmanand |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hulu PIP", "description": "Enable Picture in Picture for Hulu Videos", "version": "0.0.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.hulu.com\/watch\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/ajax.googleapis.com\/" ] } |