Change YouTube Speed 0.0625x to 16x

Change playback speed of YouTube videos from 0.0625x to 16x.

Change YouTube Speed 0.0625x to 16xคืออะไร?

Change YouTube Speed 0.0625x to 16x เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aenos และคุณลักษณะหลักของมันคือ "Change playback speed of YouTube videos from 0.0625x to 16x."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change YouTube Speed 0.0625x to 16x

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

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

                        Elevate your YouTube viewing experience with our Chrome extension that lets you control the playback speed of videos. With a simple slider, you can set speeds anywhere from 0.0625x for ultra-slow motion to 16x for a quick watch. Whether you want to take your time understanding tutorials or speed through lengthy content, our extension puts you in charge. This user-friendly tool is designed for convenience, allowing you to adjust playback speed effortlessly. Slow down videos to catch every detail or speed them up for efficient watching. Download our extension now and take control of your YouTube experience by customizing playback speeds to suit your preferences.                    

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

ชื่อ Change YouTube Speed 0.0625x to 16x Change YouTube Speed 0.0625x to 16x
ID pklbleajhbaepjkeaacdbddpfifjomdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-youtube-speed-0062/pklbleajhbaepjkeaacdbddpfifjomdf
คำอธิบาย Change playback speed of YouTube videos from 0.0625x to 16x.
ขนาดไฟล์ 416 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2023-12-09
วันที่เผยแพร่ 2023-11-29
ผู้พัฒนา Aenos
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Change YouTube Speed 0.0625x to 16x",
    "description": "Change playback speed of YouTube videos from 0.0625x to 16x.",
    "version": "1.2.6",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}