Disney plus intro skipper

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

Cos'è Disney plus intro skipper?

Disney plus intro skipper è un'estensione di Chrome sviluppata da lork6, e la sua funzione principale è "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Disney plus intro skipper

Scarica i file di estensione Disney plus intro skipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
URL Ufficiale https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
Descrizione skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Dimensione del File 3.21 KB
Conteggio Installazioni 40
Versione Corrente 1.3
Ultimo Aggiornamento 2022-06-22
Data di Pubblicazione 2022-06-21
Sviluppatore lork6
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}