Disney plus intro skipper

skips intro Disney plus intro if does not work sorry for that but i wont fix it :)

Wat is Disney plus intro skipper?

Disney plus intro skipper is een Chrome-extensie ontwikkeld door lork6, en de belangrijkste functie is "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Disney plus intro skipper

Download Disney plus intro skipper-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

                        Skips intro in Disney plus by clicking the skip intro button. The extension works in the background so you dont have to do anything. The extension works only on disney plus.                    

Basisinformatie over de Extensie

Naam Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
Officiële URL https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
Beschrijving skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Bestandsgrootte 3.21 KB
Aantal Installaties 40
Huidige Versie 1.3
Laatst Bijgewerkt 2022-06-22
Publicatiedatum 2022-06-21
Ontwikkelaar lork6
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney plus intro skipper",
    "description": "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)",
    "version": "1.3",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/*\/video\/*",
                "https:\/\/www.disneyplus.com\/video\/*"
            ],
            "js": [
                "disney.js"
            ]
        }
    ]
}