VPSA Lesson Speed

Change video speed in VPSA Self Paced lessons

VPSA Lesson Speedคืออะไร?

VPSA Lesson Speed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexstore06 และคุณลักษณะหลักของมันคือ "Change video speed in VPSA Self Paced lessons"

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

screenshot

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

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

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

                        Allows you to change the video speed in Veritas Press Self Paced lessons.
Make sure to pin for easy access!
Since the lesson does not open in a tab with an extension bar, you may want to change the speed before launching the lesson. Alternatively, you can just switch to another (or the original) Chrome window after launching the lesson and change the speed there.                    

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

ชื่อ VPSA Lesson Speed VPSA Lesson Speed
ID daicgjbjbhhngeofbadldopjoicaklaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vpsa-lesson-speed/daicgjbjbhhngeofbadldopjoicaklaf
คำอธิบาย Change video speed in VPSA Self Paced lessons
ขนาดไฟล์ 13.88 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2023-01-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา alexstore06
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VPSA Lesson Speed",
    "description": "Change video speed in VPSA Self Paced lessons",
    "version": "1.1",
    "icons": {
        "16": "veritas-16.png",
        "32": "veritas-32.png",
        "48": "veritas-48.png",
        "128": "veritas-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/sp.veritaspress.com\/*",
                "https:\/\/sp.veritaspress.com\/*"
            ],
            "js": [
                "veritas.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "veritas.html"
    }
}