Picture in Picture Helper

The perfect tool for opening videos in Picture in Picture

Picture in Picture Helper là gì?

Picture in Picture Helper là một tiện ích mở rộng Chrome được phát triển bởi Pol Muñoz, và tính năng chính của nó là "The perfect tool for opening videos in Picture in Picture".

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

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

                        Useful shortcuts for entering and leaving Picture in Picture in any page that contains a video: Simply click the PiPHelper icon or press Ctrl + Shift + P (Cmd + Shift + P on macOS).

At the moment this extension relies on Chrome features that may not be enabled by default.

You can enable them at the following addresses:

chrome://flags/#enable-experimental-web-platform-features

chrome://flags/#enable-picture-in-picture

On some platforms (Chrome OS specifically) you may need to enable the following feature:

chrome://flags/#enable-surfaces-for-videos                    

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

Tên Picture in Picture Helper Picture in Picture Helper
ID dbgdaidfdfaknmbmdkfcahakceagbjej
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-helper/dbgdaidfdfaknmbmdkfcahakceagbjej
Mô tả The perfect tool for opening videos in Picture in Picture
Kích Thước Tệp 7.51 KB
Số Lần Cài Đặt 378
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-11-10
Ngày Phát Hành 2018-11-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Pol Muñoz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture Helper",
    "short_name": "PiPHelper",
    "version": "1.0.0",
    "description": "The perfect tool for opening videos in Picture in Picture",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "PiP",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "manifest_version": 2
}