Picture-In-Picture for Videos

Watch all kind of videos in Picture-in-Picture mode

Picture-In-Picture for Videos là gì?

Picture-In-Picture for Videos là một tiện ích mở rộng Chrome được phát triển bởi R & T, và tính năng chính của nó là "Watch all kind of videos in Picture-in-Picture mode".

Ả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 for Videos

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

                        ⬇️Easy to set up⬇️:

1. Install and add the extension to Chrome.
2. Play the video🎥, click on the extension icon.
3. The video will be playing in a floating screen on top of other windows.

✨Features ✨

1. Freely browse other sites while playing a video in a pop-up window.
2. Browse other sites while playing a video in a pop-up window.

A mini-video player with which you can keep an eye on what you’re watching while interacting with other sites, or applications.                    

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

Tên Picture-In-Picture for Videos Picture-In-Picture for Videos
ID lmijlfkdikhccdhliplohaeogblbamhh
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-for-vi/lmijlfkdikhccdhliplohaeogblbamhh
Mô tả Watch all kind of videos in Picture-in-Picture mode
Kích Thước Tệp 7.89 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-12-13
Ngày Phát Hành 2022-12-13
Đánh Giá 4.86/5 Tổng số 21 Đánh Giá
Nhà Phát Triển R & T
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 3,
    "name": "Picture-In-Picture for Videos",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Watch all kind of videos in Picture-in-Picture mode",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Alt+P",
                "linux": "Alt+P",
                "windows": "Alt+P",
                "chromeos": "Alt+P"
            }
        }
    }
}