Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

What is Disney+ PIP?

Disney+ PIP is a Chrome extension developed by gurvin.anand, and its main feature is "Enable Picture in Picture for Disney Plus Videos".

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

                        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.                    

Extension Basic Information

Name Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
Official URL https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
Description Enable Picture in Picture for Disney Plus Videos
File Size 6.92 KB
Installation Count 908
Current Version 0.0.0.1
Last Updated 2022-05-26
Publish Date 2022-05-20
Rating 2.60/5 Total 5 Ratings
Developer gurvin.anand
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}