NED+ (Never Ending Disney+)

Never Ending Disney+

NED+ (Never Ending Disney+)คืออะไร?

NED+ (Never Ending Disney+) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jsantosr2106 และคุณลักษณะหลักของมันคือ "Never Ending Disney+"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NED+ (Never Ending Disney+)

ดาวน์โหลดไฟล์ส่วนขยาย NED+ (Never Ending Disney+) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Never Ending Disney+ (NED+) v0.1
A (very) rudimentary Chrome extension for D+.
Features:

Auto Skip Intro
Auto Play Next Episode                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NED+ (Never Ending Disney+) NED+ (Never Ending Disney+)
ID gjmhciobifmbookplmldjefbfoapebpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ned+-never-ending-disney+/gjmhciobifmbookplmldjefbfoapebpe
คำอธิบาย Never Ending Disney+
ขนาดไฟล์ 543 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-12-12
วันที่เผยแพร่ 2022-12-12
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jsantosr2106
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jsantosr/NEDplus
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NED+ (Never Ending Disney+)",
    "version": "0.1",
    "description": "Never Ending Disney+",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.6.0.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}