Picture-in-Picture Viewer

Watch video using the Picture-in-Picture API.

Picture-in-Picture Viewer là gì?

Picture-in-Picture Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://thorium.rocks, và tính năng chính của nó là "Watch video using the Picture-in-Picture API.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Picture-in-Picture Viewer

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

                        A simple Chromium Extension to enable the Picture-in-Picture Web API in Chromium.

It is a fork of https://chrome.google.com/webstore/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg with some fixes, and removed Google Analytics tracking.

  - Alex313031                    

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

Tên Picture-in-Picture Viewer Picture-in-Picture Viewer
ID kgfcmiijchdkbknmjnojfngnapkibkdh
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-viewer/kgfcmiijchdkbknmjnojfngnapkibkdh
Mô tả Watch video using the Picture-in-Picture API.
Kích Thước Tệp 11.12 KB
Số Lần Cài Đặt 2,028
Phiên Bản Hiện Tại 1.12.2
Cập Nhật Lần Cuối 2023-09-02
Ngày Phát Hành 2023-04-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://thorium.rocks
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Alex313031/picture-in-picture-viewer
URL Trang Trợ Giúp https://github.com/Alex313031/picture-in-picture-viewer/issues
URL Trang Chính Sách Bảo Mật https://thorium.rocks/COC.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture Viewer",
    "short_name": "PiP Viewer",
    "author": "Alex313031",
    "description": "Watch video using the Picture-in-Picture API.",
    "homepage_url": "https:\/\/github.com\/Alex313031\/picture-in-picture-viewer",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "version": "1.12.2",
    "version_name": "1.12.2",
    "icons": {
        "16": "assets\/icon16.png",
        "24": "assets\/icon24.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}