Youtube Accelerator

Set custom playback speeds on your Youtube videos

Youtube Acceleratorคืออะไร?

Youtube Accelerator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nunomrgomes และคุณลักษณะหลักของมันคือ "Set custom playback speeds on your Youtube videos"

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

screenshot

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

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

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

                        Supports up to 16x speed.
For those videos where 2x just doesn't cut it.

Made and openly sourced by https://github.com/TheNunoGomes.                    

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

ชื่อ Youtube Accelerator Youtube Accelerator
ID ajobbbellhaokbfkgkcpapmbenlccokd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-accelerator/ajobbbellhaokbfkgkcpapmbenlccokd
คำอธิบาย Set custom playback speeds on your Youtube videos
ขนาดไฟล์ 7.17 KB
จำนวนการติดตั้ง 520
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2022-08-25
วันที่เผยแพร่ 2022-01-16
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา nunomrgomes
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Accelerator",
    "description": "Set custom playback speeds on your Youtube videos",
    "version": "2.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "youtube\/utils.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/homepage.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/video.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}