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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}