Picture-in-Picture Plus

Let all HTML5 videos force the Picture-in-picture mode!

Picture-in-Picture Plus là gì?

Picture-in-Picture Plus là một tiện ích mở rộng Chrome được phát triển bởi 绅士喵, và tính năng chính của nó là "Let all HTML5 videos force the Picture-in-picture mode!".

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

Tải xuống các tệp mở rộng Picture-in-Picture Plus 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 more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus                    

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

Tên Picture-in-Picture Plus Picture-in-Picture Plus
ID hkjdaeehgkbdbpgffjgiahldidifdbgg
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg
Mô tả Let all HTML5 videos force the Picture-in-picture mode!
Kích Thước Tệp 4.23 KB
Số Lần Cài Đặt 634
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2018-10-13
Ngày Phát Hành 2018-10-13
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển 绅士喵
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 Plus",
    "description": "Let all HTML5 videos force the Picture-in-picture mode!",
    "version": "0.1.0",
    "icons": {
        "100": "assets\/icon100.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}