Picture in Picture - Extension

Picture in Picture for video on any site.

Picture in Picture - Extension là gì?

Picture in Picture - Extension là một tiện ích mở rộng Chrome được phát triển bởi interactgptpro, và tính năng chính của nó là "Picture in Picture for video on any site.".

Ả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 - Extension

Tải xuống các tệp mở rộng Picture in Picture - Extension 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 Extension 
The Picture in Picture Extension (PiP) lets you play any video in Picture-in-Picture (PiP) 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.

The Picture in Picture Extension (PiP) allows us to watch online streams and videos in a floating window outside of the  Google Chrome browser or even on top of any other application window.                    

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

Tên Picture in Picture - Extension Picture in Picture - Extension
ID ikgbafpmfnheeagenombakpjkhgnbnhb
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-extens/ikgbafpmfnheeagenombakpjkhgnbnhb
Mô tả Picture in Picture for video on any site.
Kích Thước Tệp 44.92 KB
Số Lần Cài Đặt 28,573
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2022-11-14
Đánh Giá 3.68/5 Tổng số 19 Đánh Giá
Nhà Phát Triển interactgptpro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1z82Jpaecw5hyFc-FdDmoQCYNc5PVIlNyglROzOUBzeA/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - Extension",
    "version": "1.3",
    "description": "Picture in Picture for video on any site.",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "pip-dark128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "pip.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "pip-dark128.png",
        "default_title": "Picture in Picture Pro"
    },
    "manifest_version": 3
}