Picture in Picture - floating player

Picture-in-Picture mode (PiP) allows you to continue watching videos while doing something else on web! Floating video.

Picture in Picture - floating player là gì?

Picture in Picture - floating player là một tiện ích mở rộng Chrome được phát triển bởi pip mode, và tính năng chính của nó là "Picture-in-Picture mode (PiP) allows you to continue watching videos while doing something else on web! Floating video.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Picture in Picture - floating player

Tải xuống các tệp mở rộng Picture in Picture - floating player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension brings a PiP view to all websites with an HTML video element. Press the extension icon to open the active player in the picture in picture mode. This extension automatically tries to use the active player.

Now stream 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. 

For YouTube, the extension also offers an in-player button next to the settings button to open the YouTube video in the picture-in-picture mode. You can use this extension to watch YouTube videos in a floating window that is on top of all other windows so tabs can be switched and still the player is visible. 

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

What is the Picture-in-Picture mode?
This mode lets you play any video in this 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.

How Extension 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” and you're done.

A floating video allows the viewer to scroll through your webpage and keep your video in view the whole time.

Just click on the Floating Player and Video Control 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.

Pic-in-pic mode supports all video formats and works with popular video hubs like Youtube and many others

We hope you find our tool useful! We are waiting for your feedback and ratings!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Picture in Picture - floating player Picture in Picture - floating player
ID adnielbhikcbmegcfampbclagcacboff
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-floati/adnielbhikcbmegcfampbclagcacboff
Mô tả Picture-in-Picture mode (PiP) allows you to continue watching videos while doing something else on web! Floating video.
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 678,253
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2024-01-07
Ngày Phát Hành 2023-09-30
Đánh Giá 4.87/5 Tổng số 471 Đánh Giá
Nhà Phát Triển pip mode
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/pipmode/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "servicework.js"
    },
    "action": {
        "default_icon": {
            "32": "img\/32.png",
            "64": "img\/64.png",
            "128": "img\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jss.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_nameExt__",
    "description": "__MSG_descriptionExt__",
    "default_locale": "en",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "\/picturesvg\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}