Picture in Picture

Floating Video for Chrome. Watch video in PiP Mode.

Picture in Pictureคืออะไร?

Picture in Picture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sovelkinnikita และคุณลักษณะหลักของมันคือ "Floating Video for Chrome. Watch video in PiP Mode."

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

screenshot

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

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

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

                        A very cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.                    

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

ชื่อ Picture in Picture Picture in Picture
ID opimkfaiaekjknodenklcjdeaeedjdkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc
คำอธิบาย Floating Video for Chrome. Watch video in PiP Mode.
ขนาดไฟล์ 17.1 KB
จำนวนการติดตั้ง 844
เวอร์ชันปัจจุบัน 2.1.7
อัปเดตครั้งล่าสุด 2021-12-22
วันที่เผยแพร่ 2021-02-08
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sovelkinnikita
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "js\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "media\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "media\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "media\/icon-128.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "2.1.7",
    "web_accessible_resources": [
        "js\/*.svg"
    ]
}