Floating Video with Playback Controls

Picture-in-Picture mode allows you to watch a video in a floating window with playback video controls.

Floating Video with Playback Controls là gì?

Floating Video with Playback Controls là một tiện ích mở rộng Chrome được phát triển bởi https://floating-player.com, và tính năng chính của nó là "Picture-in-Picture mode allows you to watch a video in a floating window with playback video controls.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Floating Video with Playback Controls

Tải xuống các tệp mở rộng Floating Video with Playback Controls 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

                        Picture in Picture supports the video player on various platforms and sites. This mode allows you to watch videos in a floating window so you can keep track of what you are watching while interacting with other sites or applications.

Open the YouTube video on the mini-player in floating image-in-picture (PiP) mode. This window will play videos on all pages of the browser.

How Picture in Picture works:

- Find the video and run it.
- Select the “Floating Picture in Picture” (PiP) mode, and you're done.

There is one thing worth noting: while you can freely browse other sites while playing a video in a pop-up window, you should keep the original tab open. Floating picture-in-picture is a powerful tool for watching videos on a mini-video player for all sites.

The Picture in Picture floating panel is a lightweight addon that gives you access to videos on the entire site with one click. A floating panel for all is an extension that is developed and maintained independently. A floating panel for everyone simply makes it easier to access PiP videos for all video sites.

Floating Picture in Picture (PiP) for YouTube™ respects your privacy.

P.S.: 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 is not supported.                    

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

Tên Floating Video with Playback Controls Floating Video with Playback Controls
ID pnanegnllonoiklmmlegcaajoicfifcm
URL Chính Thức https://chromewebstore.google.com/detail/floating-video-with-playb/pnanegnllonoiklmmlegcaajoicfifcm
Mô tả Picture-in-Picture mode allows you to watch a video in a floating window with playback video controls.
Kích Thước Tệp 452 KB
Số Lần Cài Đặt 775,333
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2022-01-12
Đánh Giá 4.40/5 Tổng số 199 Đánh Giá
Nhà Phát Triển https://floating-player.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://floating-player.com/
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.4",
    "default_locale": "en",
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "content-listener.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "action": {
        "default_title": "__MSG_name__"
    },
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}