Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

什麼是Disney+ PIP?

Disney+ PIP是由gurvin.anand開發的Chrome擴展程式,該擴展的主要功能是“Enable Picture in Picture for Disney Plus Videos”。

擴展截圖

screenshot

下載Disney+ PIP擴展crx文件

下載Disney+ PIP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Disney Plus does not normally cooperate with the picture-in-picture chrome extension.

This extension allows the two to become compatible. Simply install this extension, open a video on Disney+, and activate the picture-in-picture extension as usual, and it will work by popping out a smaller video window.                    

擴展基本資訊

名稱 Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
官方網址 https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
簡介 Enable Picture in Picture for Disney Plus Videos
檔案大小 6.92 KB
安裝次數 908
目前版本 0.0.0.1
更新時間 2022-05-26
上架時間 2022-05-20
評分 2.60/5 共 5 次評分
開發者 gurvin.anand
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Disney+ PIP",
    "description": "Enable Picture in Picture for Disney Plus Videos",
    "version": "0.0.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/video\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}