Disney plus intro skipper

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

Hvad er Disney plus intro skipper?

Disney plus intro skipper er en Chrome-udvidelse udviklet af lork6, og dens hovedfunktion er "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Disney plus intro skipper-udvidelses-CRX-fil

Download Disney plus intro skipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
Officiel URL https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
Beskrivelse skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Filstørrelse 3.21 KB
Antal Installationer 40
Nuværende Version 1.3
Senest Opdateret 2022-06-22
Udgivelsesdato 2022-06-21
Udvikler lork6
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}