Disney plus intro skipper

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

Co to jest Disney plus intro skipper?

Disney plus intro skipper to rozszerzenie Chrome opracowane przez lork6, a jego główną funkcją jest „skips intro Disney plus intro if does not work sorry for that but i wont fix it :)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Disney plus intro skipper

Pobierz pliki rozszerzeń Disney plus intro skipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
Oficjalny URL https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
Opis skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Rozmiar pliku 3.21 KB
Liczba instalacji 40
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-06-22
Data Publikacji 2022-06-21
Deweloper lork6
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}