Video Picture-in-Picture
Continue watching your videos whilst doing something else
Video Picture-in-Pictureคืออะไร?
Video Picture-in-Picture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย germain และคุณลักษณะหลักของมันคือ "Continue watching your videos whilst doing something else"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Picture-in-Picture
ดาวน์โหลดไฟล์ส่วนขยาย Video Picture-in-Picture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🖼 WebExtension that discovers videos in a tab and transitions them in Picture-in-Picture mode ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | njjicmmkcgeigdgihdhkjoahiieinmci |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-picture-in-picture/njjicmmkcgeigdgihdhkjoahiieinmci |
| คำอธิบาย | Continue watching your videos whilst doing something else |
| ขนาดไฟล์ | 11.29 KB |
| จำนวนการติดตั้ง | 1,734 |
| เวอร์ชันปัจจุบัน | 0.0.1 |
| อัปเดตครั้งล่าสุด | 2021-05-05 |
| วันที่เผยแพร่ | 2018-11-10 |
| คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | germain |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/gsouquet/video-pip-webextension |
| URL หน้าช่วยเหลือ | https://github.com/gsouquet/video-pip-webextension/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Picture-in-Picture",
"version": "0.0.1",
"description": "Continue watching your videos whilst doing something else",
"permissions": [
"activeTab"
],
"browser_action": {
"default_popup": "popup\/dropdown.html",
"default_icon": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
}
},
"content_scripts": [
{
"matches": [
" | |