Video Speed Tweak

Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.

Video Speed Tweakคืออะไร?

Video Speed Tweak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robotreply และคุณลักษณะหลักของมันคือ "Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5."

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

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

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

                        Set the default YouTube video speed to 2.5x                    

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

ชื่อ Video Speed Tweak Video Speed Tweak
ID inkbcfnbjddnjfdkogbjcljioedfamag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag
คำอธิบาย Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
ขนาดไฟล์ 92.36 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2014-10-16
วันที่เผยแพร่ 2014-10-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา robotreply
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "main.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Change YouTube\/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "name": "Video Speed Tweak",
    "short_name": "VideoSpeed Tweak",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}