Disney plus intro skipper

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

ما هو Disney plus intro skipper؟

Disney plus intro skipper هو إضافة Chrome تم تطويرها بواسطة lork6، والميزة الرئيسية لها هي "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Disney plus intro skipper

قم بتنزيل ملفات الامتداد Disney plus intro skipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
عنوان URL الرسمي https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
الوصف skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
حجم الملف 3.21 KB
عدد التثبيتات 40
النسخة الحالية 1.3
آخر تحديث 2022-06-22
تاريخ النشر 2022-06-21
المطور lork6
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}