Picture in Picture Video

Extension to trigger PIP!

Picture in Picture Video là gì?

Picture in Picture Video là một tiện ích mở rộng Chrome được phát triển bởi mickeyjc, và tính năng chính của nó là "Extension to trigger PIP!".

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

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

                        Trigger Picture in Picture mode for HTML 5 video element.
Should work for all web page that has an HTML 5 video. eg, youtube

- Install the extension
- Browse to the webpage that contains a web video
- The PIP extension icon should turn Green
- Click the PIP extension icon
- Web video will be in picture in picture mode.                    

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

Tên Picture in Picture Video Picture in Picture Video
ID cfbelahlacbmjflikmaagnfpoadanpfh
URL Chính Thức https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh
Mô tả Extension to trigger PIP!
Kích Thước Tệp 11.21 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-11-30
Ngày Phát Hành 2019-11-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mickeyjc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture Video",
    "version": "1.0",
    "description": "Extension to trigger PIP!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "Picture in Picture",
        "default_icon": {
            "16": "images\/icon16x.png",
            "32": "images\/icon32x.png",
            "48": "images\/icon32x.png",
            "128": "images\/icon128x.png"
        }
    },
    "manifest_version": 2
}