Disney+ PIP

Adds Picture-in-Picture (PIP) support for Disney+

Disney+ PIP là gì?

Disney+ PIP là một tiện ích mở rộng Chrome được phát triển bởi https://victorwesterlund.com, và tính năng chính của nó là "Adds Picture-in-Picture (PIP) support for Disney+".

Ả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 Disney+ PIP

Tải xuống các tệp mở rộng Disney+ PIP 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

                        Very simple extension that adds a PIP toggle button to Disney+ in the browser.

Source code: https://github.com/VictorWesterlund/disneyplus-pip                    

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

Tên Disney+ PIP Disney+ PIP
ID mjncaeojcjldpplapjioikobkgedockm
URL Chính Thức https://chromewebstore.google.com/detail/disney+-pip/mjncaeojcjldpplapjioikobkgedockm
Mô tả Adds Picture-in-Picture (PIP) support for Disney+
Kích Thước Tệp 4.28 KB
Số Lần Cài Đặt 3,717
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2022-03-22
Đánh Giá 3.70/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://victorwesterlund.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/VictorWesterlund/disneyplus-pip
URL Trang Chính Sách Bảo Mật https://victorwesterlund.github.io/disneyplus-pip/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney+ PIP",
    "description": "Adds Picture-in-Picture (PIP) support for Disney+",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "assets\/js\/script.js"
            ]
        }
    ]
}