YouTube Picture-In-Picture
This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
YouTube Picture-In-Pictureคืออะไร?
YouTube Picture-In-Picture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simon Li และคุณลักษณะหลักของมันคือ "This extension pops the current video to a floating window and allows you to continue watching it while using other applications."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Picture-In-Picture
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Picture-In-Picture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |  | 
| ID | phneljjeificmdaehodadkdiacgiinbk | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk | 
| คำอธิบาย | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. | 
| ขนาดไฟล์ | 9.37 KB | 
| จำนวนการติดตั้ง | 744 | 
| เวอร์ชันปัจจุบัน | 1.0.1 | 
| อัปเดตครั้งล่าสุด | 2020-12-04 | 
| วันที่เผยแพร่ | 2020-12-03 | 
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | Simon Li | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Picture-In-Picture",
    "version": "1.0.1",
    "description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "YouTube Picture-in-Picture",
        "default_popup": "popup.html"
    }
} | |