Picture-in-Picture - floating video

Continue watching your videos on Picture-in-Picture mode while doing something else! Floating video.

Picture-in-Picture - floating video là gì?

Picture-in-Picture - floating video là một tiện ích mở rộng Chrome được phát triển bởi PIP Ext., và tính năng chính của nó là "Continue watching your videos on Picture-in-Picture mode while doing something else! Floating video.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Picture-in-Picture - floating video 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

                        What is the Picture-in-Picture (PiP) mode and how it will be useful for you? You can also reposition it along the screen border while you continue to surf the internet.

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 app 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.

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

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

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.

We will be glad to see your comments and assessment - this is very important for us!                    

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

Tên Picture-in-Picture - floating video Picture-in-Picture - floating video
ID mndiaaeaiclnmjcnacogaacoejchdclp
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-floati/mndiaaeaiclnmjcnacogaacoejchdclp
Mô tả Continue watching your videos on Picture-in-Picture mode while doing something else! Floating video.
Kích Thước Tệp 37.55 KB
Số Lần Cài Đặt 924,991
Phiên Bản Hiện Tại 1.6.2
Cập Nhật Lần Cuối 2023-09-12
Ngày Phát Hành 2021-05-31
Đánh Giá 4.60/5 Tổng số 403 Đánh Giá
Nhà Phát Triển PIP Ext.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/floating-player/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,fr,es,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "version": "1.6.2",
    "icons": {
        "128": "img\/logo-128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo-16.png",
            "48": "img\/logo-48.png",
            "64": "img\/logo-64.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2
}