Picture in Picture

Watch video always in floating window

Picture in Pictureคืออะไร?

Picture in Picture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sokotovartur และคุณลักษณะหลักของมันคือ "Watch video always in floating window"

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

screenshot
screenshot

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

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

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

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

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

ชื่อ Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
คำอธิบาย Watch video always in floating window
ขนาดไฟล์ 24.23 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2022-01-24
วันที่เผยแพร่ 2021-02-24
คะแนน 3.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา sokotovartur
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}