Disney+ PIP

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

What is Disney+ PIP?

Disney+ PIP is a Chrome extension developed by https://victorwesterlund.com, and its main feature is "Adds Picture-in-Picture (PIP) support for Disney+".

Extension Screenshots

screenshot

Download Disney+ PIP Extension CRX File

Download Disney+ PIP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Disney+ PIP Disney+ PIP
ID mjncaeojcjldpplapjioikobkgedockm
Official URL https://chromewebstore.google.com/detail/disney+-pip/mjncaeojcjldpplapjioikobkgedockm
Description Adds Picture-in-Picture (PIP) support for Disney+
File Size 4.28 KB
Installation Count 3,717
Current Version 1.3
Last Updated 2023-12-19
Publish Date 2022-03-22
Rating 3.70/5 Total 23 Ratings
Developer https://victorwesterlund.com
Email [email protected]
Payment Type free
Extension Website https://github.com/VictorWesterlund/disneyplus-pip
Privacy Policy Page URL https://victorwesterlund.github.io/disneyplus-pip/privacy
Supported Languages 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"
            ]
        }
    ]
}