Picture in Picture - Floating Player

Watch videos in a floating player outside the browser window or on top of any other windows. Picture in Picture mode for web!

Picture in Picture - Floating Playerคืออะไร?

Picture in Picture - Floating Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Rives และคุณลักษณะหลักของมันคือ "Watch videos in a floating player outside the browser window or on top of any other windows. Picture in Picture mode for web!"

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

screenshot
screenshot

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

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

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

                        Continue watching your videos on picture-in-picture mode while doing something else! floating video.

What is the picture-in-picture (PiP) mode and how it will be useful for you?
This mode 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.

Picture-in-picture - (floating player) - allows you to watch videos in a floating window (always on top of other windows) so you can keep track of what you are watching when interacting with other sites or applications.

Just click on the floating player icon to display the video player on YouTube or any other websites on the web. This window will play the video on all pages of the browser on which there is a video resource.

PiP mode is a popped-out, always-on-top video player which floats on top of other windows. Bring the PIP mode to any HTML5 video player on any website.

☑️ Play video in floating popup window.
☑️ Resize floating video pop-up.
☑️ All video formats supported.
☑️ Keyboard shortcut: Alt + P (⌥ + P on macOS)

The floating window - PiP mode has play and pause buttons, and you can exit from the picture-in-picture mode anytime.

How picture in picture mode works:
1. Find the video and run it.
2. Click the extension icon to reduce the video player on YouTube and other sites.
3. Select the “Floating picture in picture” (PIP) mode, and you're done.

Try real multitasking with a floating mini player that simplifies your life on the Web! Watch videos in picture-in-picture mode on popular websites.

Floating video with playback controls
What is the picture-in-picture (PiP) mode: This mode 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.

Note about Youtube trademark!
Youtube is a trademark of Google Inc. Use of this trademark is subject to google permissions.
The floating image mode in picture mode (PIP) for YouTube is not created, is not associated with Google Inc. or not supported.

Floating video player extension is completely free, safe, fast and easy to add to your chrome browser.  We will be glad to see your comments and assessment - this is very important for us!                    

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

ชื่อ Picture in Picture - Floating Player Picture in Picture - Floating Player
ID hlbdhflagoegglpdminhlpenkdgloabe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/picture-in-picture-floati/hlbdhflagoegglpdminhlpenkdgloabe
คำอธิบาย Watch videos in a floating player outside the browser window or on top of any other windows. Picture in Picture mode for web!
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 792,393
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-05-24
วันที่เผยแพร่ 2021-10-07
คะแนน 4.81/5 รวมทั้งหมด 153 คะแนน
ผู้พัฒนา Mark Rives
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fr,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/userTracker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0",
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "__MSG_appName__",
    "version": "1.0.8",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}