PIP-VID
Watch videos using the Picture-in-Picture mode on any platform.
PIP-VIDคืออะไร?
PIP-VID เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Lvovsky และคุณลักษณะหลักของมันคือ "Watch videos using the Picture-in-Picture mode on any platform."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PIP-VID
ดาวน์โหลดไฟล์ส่วนขยาย PIP-VID ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watch videos from any platform using the Picture-in-Picture mode while doing other work. Perfect for viewing your favorite videos while staying productive such as going along a tutorial or watching a movie. This extension can be used on the browser and on desktop
Note: the source of the video must be open (ex.Youtube video) so do not close Chrome.
This extension is supported on Youtube, Netflix and Twitch.
Instructions:
1. Once installed go to any video platform ex. Youtube.
2. Select a video to watch and once selected click on the extension button or you can press Alt+V to go into picture-on-picture mode.
3. You can move the video window around and resize it to your convenience.
4. You can exit from the picture-in-picture mode anytime by clicking on the extension again or Alt+V.
Feedback is always appreciated. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hhcfakbeobalhhbbiihgcpdppdghlcie |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pip-vid/hhcfakbeobalhhbbiihgcpdppdghlcie |
| คำอธิบาย | Watch videos using the Picture-in-Picture mode on any platform. |
| ขนาดไฟล์ | 9.39 KB |
| จำนวนการติดตั้ง | 107 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2020-06-01 |
| วันที่เผยแพร่ | 2020-05-31 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Daniel Lvovsky |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PIP-VID",
"homepage_url": "https:\/\/daniellvovsky.netlify.app\/",
"description": "Watch videos using the Picture-in-Picture mode on any platform.",
"version": "1.1.0",
"icons": {
"19": "img\/icon_19.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "img\/icon_19.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
}
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+V",
"mac": "Alt+V",
"chromeos": "Alt+V",
"linux": "Alt+V"
}
}
},
"content_security_policy": "script-src 'self' ; object-src 'self'",
"permissions": [
"activeTab"
],
"minimum_chrome_version": "69",
"manifest_version": 2
} | |