Disney+ PIP

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

什麼是Disney+ PIP?

Disney+ PIP是由https://victorwesterlund.com開發的Chrome擴展程式,該擴展的主要功能是“Adds Picture-in-Picture (PIP) support for Disney+”。

擴展截圖

screenshot

下載Disney+ PIP擴展crx文件

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

擴展使用說明

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

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

擴展基本資訊

名稱 Disney+ PIP Disney+ PIP
ID mjncaeojcjldpplapjioikobkgedockm
官方網址 https://chromewebstore.google.com/detail/disney+-pip/mjncaeojcjldpplapjioikobkgedockm
簡介 Adds Picture-in-Picture (PIP) support for Disney+
檔案大小 4.28 KB
安裝次數 3,717
目前版本 1.3
更新時間 2023-12-19
上架時間 2022-03-22
評分 3.70/5 共 23 次評分
開發者 https://victorwesterlund.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/VictorWesterlund/disneyplus-pip
隱私政策頁面URL https://victorwesterlund.github.io/disneyplus-pip/privacy
支援的語言 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"
            ]
        }
    ]
}