Picture in Picture - PiP View

Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.

Picture in Picture - PiP View là gì?

Picture in Picture - PiP View là một tiện ích mở rộng Chrome được phát triển bởi Esteban, và tính năng chính của nó là "Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.".

Ả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 - PiP View

Tải xuống các tệp mở rộng Picture in Picture - PiP View 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 extension helps to view videos in a separate window                    

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

Tên Picture in Picture - PiP View Picture in Picture - PiP View
ID kmdgomolfojpgnieebblfpmccmkekiae
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae
Mô tả Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
Kích Thước Tệp 35.19 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2022-08-20
Ngày Phát Hành 2022-08-20
Nhà Phát Triển Esteban
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://pipviewer.com/privacy.html
URL Trang Chính Sách Bảo Mật https://pipviewer.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - PiP View",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "inta.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lora.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Click to open active video in Picture-in-Picture (PiP) mode",
        "default_icon": {
            "16": "pench.png",
            "32": "crua.png",
            "48": "eata.png",
            "64": "gona.png"
        }
    },
    "icons": {
        "16": "rata.png",
        "32": "lesta.png",
        "48": "cerva.png",
        "128": "bibo.png"
    }
}