WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Disney+ Picture in Picture

Disney+ Picture in Picture

View on Chrome Web Store
View Disney+ Picture in Picture Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (252 ratings)
1 new ratings
23 views
This extension has been viewed 23 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Adds Picture in Picture support for Disney+
Type
Extension
Users
50,000 users
10K
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on November 7, 2021
Version 1.1.34
Manifest version
3
Updated
Updated on June 17, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Disney+ Picture in Picture Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1.34",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.disneyplus.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "38": "38Disney.png",
        "128": "128Disney.png"
    },
    "action": {
        "default_icon": "128Disney.png"
    },
    "background": {
        "service_worker": "onInstalled.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "main.js",
                "disney.min.js"
            ],
            "css": [
                "injected.css"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top