Picture in Picture

Enables Picture in Picture mode on Youtube and other sites on Chrome browser

Picture in Pictureคืออะไร?

Picture in Picture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Picture in Picture และคุณลักษณะหลักของมันคือ "Enables Picture in Picture mode on Youtube and other sites on Chrome browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture in Picture

ดาวน์โหลดไฟล์ส่วนขยาย Picture in Picture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now stream your favourite movies, series or sports on any tab. Install Picture in Picture chrome extension to enable the floating video. We support this feature on every streaming site. 

Here is how to use Picture in Picture Extension
>>Visit Youtube or any streaming site which plays the video
>>Click on the Picture in Picture extension icon
>>Then it will minimize the video size and keep it in the bottom right corner
>>Now visit any other tab of your choice and the picture in picture will be active anywhere
>>Feel free to drag wherever you want on the screen and you can either increase or decrease the minimized video dimensions

version 2.0.0
>> Now working for videos embedded
>> Added support for dailymotion
>> Added support for Disney+ hotstar

Version 1.0.0
>> Bug fixes on anime-planet and crunchyroll websites                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Picture in Picture Picture in Picture
ID hjbbfikgfdpfaabifikbadhgmofabpam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picture-in-picture/hjbbfikgfdpfaabifikbadhgmofabpam
คำอธิบาย Enables Picture in Picture mode on Youtube and other sites on Chrome browser
ขนาดไฟล์ 6.33 KB
จำนวนการติดตั้ง 90,182
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2024-01-07
วันที่เผยแพร่ 2021-12-26
คะแนน 4.11/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา Picture in Picture
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1KzWrZ1Yvd-fXeFaxFJs1GqeQZpuIB1-uPdi7vL-M3-4/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture",
    "version": "2.1.1",
    "description": "Enables Picture in Picture mode on Youtube and other sites on Chrome browser",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "inactive.png"
    },
    "manifest_version": 2
}