Disney Plus Plus

Extension for Disney+ to improve experience.

Wat is Disney Plus Plus?

Disney Plus Plus is een Chrome-extensie ontwikkeld door Developer, en de belangrijkste functie is "Extension for Disney+ to improve experience.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disney Plus Plus

Download Disney Plus Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - Display trailers.
- Fullscreen on double click.

If you have any suggestion to improve, you can write me an email to:
[email protected]                    

Basisinformatie over de Extensie

Naam Disney Plus Plus Disney Plus Plus
ID kclkgabmccnlojaaopdbpbplkpmjfobh
Officiële URL https://chromewebstore.google.com/detail/disney-plus-plus/kclkgabmccnlojaaopdbpbplkpmjfobh
Beschrijving Extension for Disney+ to improve experience.
Bestandsgrootte 2.97 MB
Aantal Installaties 273
Huidige Versie 1.2.5
Laatst Bijgewerkt 2023-05-31
Publicatiedatum 2022-10-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Developer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney Plus Plus",
    "description": "Extension for Disney+ to improve experience.",
    "version": "1.2.5",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Disney Plus Plus",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "105",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.apps.disneyplus.com\/*",
                "http:\/\/www.apps.disneyplus.com\/*"
            ],
            "css": [
                "contentStyle.css"
            ],
            "js": [
                "contentScripts.js"
            ]
        }
    ],
    "options_page": "options\/index.html?page=options",
    "permissions": [
        "storage"
    ]
}