Picture in Picture - Extension

Picture in Picture for video on any site.

Picture in Picture - Extensionคืออะไร?

Picture in Picture - Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย interactgptpro และคุณลักษณะหลักของมันคือ "Picture in Picture for video on any site."

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

screenshot
screenshot

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

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

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

                        Picture in Picture Extension 
The Picture in Picture Extension (PiP) lets you play any video in Picture-in-Picture (PiP) mode, and it works on all platforms. PiP is a popped-out, always-on-top video player that floats on top of other windows. You can also reposition it along the screen border while you continue to surf the internet.

The Picture in Picture Extension (PiP) allows us to watch online streams and videos in a floating window outside of the  Google Chrome browser or even on top of any other application window.                    

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

ชื่อ Picture in Picture - Extension Picture in Picture - Extension
ID ikgbafpmfnheeagenombakpjkhgnbnhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picture-in-picture-extens/ikgbafpmfnheeagenombakpjkhgnbnhb
คำอธิบาย Picture in Picture for video on any site.
ขนาดไฟล์ 44.92 KB
จำนวนการติดตั้ง 28,573
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2022-11-14
คะแนน 3.68/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา interactgptpro
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1z82Jpaecw5hyFc-FdDmoQCYNc5PVIlNyglROzOUBzeA/edit?usp=sharing
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - Extension",
    "version": "1.3",
    "description": "Picture in Picture for video on any site.",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "pip-dark128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "pip.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "pip-dark128.png",
        "default_title": "Picture in Picture Pro"
    },
    "manifest_version": 3
}