Disney plus intro skipper

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

Apa itu Disney plus intro skipper?

Disney plus intro skipper adalah ekstensi Chrome yang dikembangkan oleh lork6, dan fitur utamanya adalah "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Disney plus intro skipper

Unduh file ekstensi Disney plus intro skipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
URL Resmi https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
Deskripsi skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Ukuran File 3.21 KB
Jumlah Instalasi 40
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-06-22
Tanggal Publikasi 2022-06-21
Pengembang lork6
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}