Coursera Playback Speed

Allows you to set playback speed to any value (from 0.25x to 10x)

Coursera Playback Speedคืออะไร?

Coursera Playback Speed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Church of Thought และคุณลักษณะหลักของมันคือ "Allows you to set playback speed to any value (from 0.25x to 10x)"

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

screenshot

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

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

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

                        Coursera's video player normally caps the playback speed to a maximum of 2x. With this extension, the playback speed can be increased to any desired multiplier from 0.25x to 10x.

The keyboard shortcuts are listed below:
Space: Play/Pause
Up: Increase Volume
Down: Decrease Volume
Left: Skip Back
Right: Skip Forward
F: Toggle Fullscreen                    

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

ชื่อ Coursera Playback Speed Coursera Playback Speed
ID ggonllaomlopoinanbapoaamhomlflao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao
คำอธิบาย Allows you to set playback speed to any value (from 0.25x to 10x)
ขนาดไฟล์ 19.73 KB
จำนวนการติดตั้ง 983
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-04-11
วันที่เผยแพร่ 2020-10-17
คะแนน 4.13/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Church of Thought
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/
URL หน้านโยบายความเป็นส่วนตัว https://churchofthought.org/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allows you to set playback speed to any value (from 0.25x to 10x)",
    "manifest_version": 2,
    "name": "Coursera Playback Speed",
    "short_name": "Coursera Playspeed",
    "version": "1.1",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hook.js"
    ]
}