Disney plus intro skipper

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

Vad är Disney plus intro skipper?

Disney plus intro skipper är en Chrome-tillägg utvecklad av lork6, och dess huvudfunktion är "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Disney plus intro skipper-förlängningens CRX-fil

Ladda ner Disney plus intro skipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
Officiell webbadress https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
Beskrivning skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Filstorlek 3.21 KB
Antal Installationer 40
Aktuell Version 1.3
Senast Uppdaterad 2022-06-22
Publiceringsdatum 2022-06-21
Utvecklare lork6
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}