Linux Academy Autoplay

1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…

Linux Academy Autoplayคืออะไร?

Linux Academy Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seanmysell และคุณลักษณะหลักของมันคือ "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…"

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

screenshot
screenshot

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

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

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

                        1. Auto-plays Linux Academy videos at full-screen upon opening a lesson.
2. Automatically marks lessons complete and moves to next lesson at the end of playback.                    

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

ชื่อ Linux Academy Autoplay Linux Academy Autoplay
ID nkkiodnihcmehafffamnhamhapchjlfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg
คำอธิบาย 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…
ขนาดไฟล์ 47.35 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-12-18
วันที่เผยแพร่ 2019-12-17
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา seanmysell
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linux Academy Autoplay",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linuxacademy.com\/cp\/courses\/lesson\/course\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "icons": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    }
}