WebExtension.net
WebExtension.net

Default profile for Disney+

View on Chrome Web Store
View Default profile for Disney+ Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Default profile for Disney+, auto-logs chosen profile, bypassing 'Who's watching?' screen. Focus on viewing, not profile selection.
Type
Extension
Users
18 users
Browser Extensions
View author page of Browser Extensions
Published
Published on July 6, 2023
Version 0.0.2
Manifest version
3
Updated
Updated on August 2, 2024
View on Chrome Web Store
View Default profile for Disney+ Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.2",
    "default_locale": "en",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.disneyplus.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "defaultIcon48.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "defaultIcon48.png",
        "128": "defaultIcon128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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