Picture-in-Picture Extension (by Google)

Watch video using Picture-in-Picture

Picture-in-Picture Extension (by Google) là gì?

Picture-in-Picture Extension (by Google) là một tiện ích mở rộng Chrome được phát triển bởi https://google.com, và tính năng chính của nó là "Watch video using Picture-in-Picture".

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

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

Tải xuống các tệp mở rộng Picture-in-Picture Extension (by Google) 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 (PiP) allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.

Keyboard shortcut: Alt + P (⌥ + P on macOS)

Source code: https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

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

Tên Picture-in-Picture Extension (by Google) Picture-in-Picture Extension (by Google)
ID hkgfoiooedgoejojocmhlaklaeopbecg
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg
Mô tả Watch video using Picture-in-Picture
Kích Thước Tệp 25.6 KB
Số Lần Cài Đặt 3,079,162
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2022-09-15
Ngày Phát Hành 2020-03-31
Đánh Giá 3.98/5 Tổng số 1884 Đánh Giá
Nhà Phát Triển https://google.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
URL Trang Trợ Giúp https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
URL Trang Chính Sách Bảo Mật https://www.google.com/intl/en/policies
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture Extension (by Google)",
    "description": "Watch video using Picture-in-Picture",
    "version": "1.11",
    "icons": {
        "128": "assets\/icon128.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"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}