Next

Click 'Play Next' automatically on Udacity and Udemy

Nextคืออะไร?

Next เป็นส่วนขยายของ Chrome ที่พัฒนาโดย magahet และคุณลักษณะหลักของมันคือ "Click 'Play Next' automatically on Udacity and Udemy"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Next

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

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

                        Udacity and Udemy courses have a 5 second delay between videos. This extension presses 'Play Next' automatically at the end of a video. This skips the 5 second delay.                    

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

ชื่อ Next Next
ID ohbainpmaikiicdjgnbpcekhlmdigopi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/next/ohbainpmaikiicdjgnbpcekhlmdigopi
คำอธิบาย Click 'Play Next' automatically on Udacity and Udemy
ขนาดไฟล์ 7.24 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-01-08
วันที่เผยแพร่ 2018-05-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา magahet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/magahet/next
URL หน้านโยบายความเป็นส่วนตัว https://www.gmendiola.com/privicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Next",
    "version": "1.4",
    "description": "Click 'Play Next' automatically on Udacity and Udemy",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Next"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.udacity.com\/*",
                "https:\/\/www.udemy.com\/*"
            ],
            "js": [
                "next.js"
            ]
        }
    ]
}