YouTube Speed

Extension for quickly switching YouTube video playback speed.

YouTube Speedคืออะไร?

YouTube Speed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mee4dy.ru และคุณลักษณะหลักของมันคือ "Extension for quickly switching YouTube video playback speed."

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

screenshot

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

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

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

                        The extension adds the ability to quickly switch the video playback speed on YouTube.
Switch video playback speed in one click!                    

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

ชื่อ YouTube Speed YouTube Speed
ID pbednjjkmmffbflkaokiafommndhafef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-speed/pbednjjkmmffbflkaokiafommndhafef
คำอธิบาย Extension for quickly switching YouTube video playback speed.
ขนาดไฟล์ 55.85 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-12-07
วันที่เผยแพร่ 2020-06-24
ผู้พัฒนา https://mee4dy.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://mee4dy.ru/terms
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/inj.js"
            ],
            "css": [
                "css\/inj.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Extension for quickly switching YouTube video playback speed.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "YouTube Speed",
    "version": "1.0.0"
}