YouTube Speed Controls

Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.

YouTube Speed Controlsคืออะไร?

YouTube Speed Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jamesdeklerk.com และคุณลักษณะหลักของมันคือ "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed."

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

screenshot

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

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

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

                        Note: After initial install, you may need to reload YouTube pages that were open (this only happens on initial install)

Control the speed of YouTube videos using the ` key.

Flick between normal (1x), 2x and 3x playback speed.

Usage:
- Click ` (the grave accent key) to flick between normal and 2x playback speed
- Click ctrl + ` to flick between normal and 3x playback speed.                    

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

ชื่อ YouTube Speed Controls YouTube Speed Controls
ID naalfmaaomhjpbndelnlijacdniggpjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn
คำอธิบาย Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
ขนาดไฟล์ 9.92 KB
จำนวนการติดตั้ง 27,337
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2018-09-12
คะแนน 4.13/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา https://jamesdeklerk.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jamesdeklerk/youtube-speed-controls
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Speed Controls",
    "description": "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/javascript\/script.js"
            ],
            "css": [
                "src\/css\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon48.png",
        "128": "src\/images\/icon128.png"
    }
}