Floating Player - Picture-in-Picture

Watch videos in a floating window (Picture-in-Picture) outside the browser window or on top of any other application.

Floating Player - Picture-in-Picture là gì?

Floating Player - Picture-in-Picture là một tiện ích mở rộng Chrome được phát triển bởi Floating Player, và tính năng chính của nó là "Watch videos in a floating window (Picture-in-Picture) outside the browser window or on top of any other application.".

Ả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 Floating Player - Picture-in-Picture

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

                        The "Picture-in-Picture Extension" allows users to watch videos in a floating window while they continue to browse the web. This allows for multi-tasking and a more efficient use of screen space. The extension is compatible with all major video websites, such as YouTube, Vimeo, and Netflix, and is available for Google Chrome.  

This is an amazing Floating Video Player for you Picture in Picture. Float videos on top of any other websites or applications while browsing the web (always on top of other windows). Keep doing your work and watch the movie in a pop-up window! You can even resize your video pop-up and much more ...
 
Features :
* Play video in floating popup window.
* Resize floating video pop-up.
* Keyboard shortcut: Alt + P (⌥ + P on macOS)
* All video formats supported.

All you have to do to enable Picture in Picture mode is click the icon in the toolbar, and the mini player appears instantly. It also lets you use the feature on sites that you weren’t able to with the built-in option.

It’s worth noting that PiP (Picture-in-Picturee) only works with one video at a time. If a video is already playing and you enable PiP on a second one, that video will replace the one currently playing.

This extension makes use of Google Analytics’s Measurement Protocol to transmit critical error information and information on your feature usage to Google Analytics services.

If you do not consent to this data collection and usage, please do not install this extension. Or remove it if it is already installed.                    

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

Tên Floating Player - Picture-in-Picture Floating Player - Picture-in-Picture
ID oobhedhmcdceknhbgjaeikeoaphaajlf
URL Chính Thức https://chrome.google.com/webstore/detail/floating-player-picture-i/oobhedhmcdceknhbgjaeikeoaphaajlf
Mô tả Watch videos in a floating window (Picture-in-Picture) outside the browser window or on top of any other application.
Kích Thước Tệp 36.9 KB
Số Lần Cài Đặt 613,683
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2023-02-01
Ngày Phát Hành 2021-04-13
Đánh Giá 4.33/5 Tổng số 101 Đánh Giá
Nhà Phát Triển Floating Player
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fr,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,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+P",
                "linux": "Alt+P",
                "mac": "Alt+P",
                "windows": "Alt+P"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "toolbar.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "69.0.0",
    "name": "__MSG_name__",
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "__MSG_name__",
    "version": "1.5.2"
}