Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
Picture-in-Picture Plusคืออะไร?
Picture-in-Picture Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 绅士喵 และคุณลักษณะหลักของมันคือ "Let all HTML5 videos force the Picture-in-picture mode!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture-in-Picture Plus
ดาวน์โหลดไฟล์ส่วนขยาย Picture-in-Picture Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Picture-in-Picture Plus |
ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
คำอธิบาย | Let all HTML5 videos force the Picture-in-picture mode! |
ขนาดไฟล์ | 4.23 KB |
จำนวนการติดตั้ง | 634 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2018-10-13 |
วันที่เผยแพร่ | 2018-10-13 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | 绅士喵 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture Plus", "description": "Let all HTML5 videos force the Picture-in-picture mode!", "version": "0.1.0", "icons": { "100": "assets\/icon100.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": [], "permissions": [ "activeTab" ], "minimum_chrome_version": "69.0.3483.0", "manifest_version": 2 } |