CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
CIP - Picture In Picture (AKA. PIP) playerคืออะไร?
CIP - Picture In Picture (AKA. PIP) player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ufo22940268 และคุณลักษณะหลักของมันคือ "Play video in Picture-In-Picture mode (aka. PIP)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CIP - Picture In Picture (AKA. PIP) player
ดาวน์โหลดไฟล์ส่วนขยาย CIP - Picture In Picture (AKA. PIP) player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CIP is short for Cat In Picture. It can let you trigger Picture In Picture window in chrome browser. How to use it When you browser a page with a html5 player in it, and then click the extension icon. Then the video will be played in a floating window. Tested in following websites - https://www.twitch.tv/ - https://youtube.com/ - https://www.douyu.com/ (Using html5 player) - https://www.bilibili.com/ The extension should works on other websites as well. Source code: https://github.com/ufo22940268/CIP
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CIP - Picture In Picture (AKA. PIP) player |
ID | oacpifbefgeacllmohgglfjmgchadkjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh |
คำอธิบาย | Play video in Picture-In-Picture mode (aka. PIP) |
ขนาดไฟล์ | 9.67 KB |
จำนวนการติดตั้ง | 962 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-11-23 |
วันที่เผยแพร่ | 2018-11-23 |
คะแนน | 4.45/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | ufo22940268 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ufo22940268/CIP |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CIP - Picture In Picture (AKA. PIP) player", "version": "1.2", "description": "Play video in Picture-In-Picture mode (aka. PIP)", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "background", "activeTab" ], "browser_action": [], "manifest_version": 2 } |