HTML5 Video Speed Control

Speed controls for html5 video.

HTML5 Video Speed Controlคืออะไร?

HTML5 Video Speed Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thebenedictchen และคุณลักษณะหลักของมันคือ "Speed controls for html5 video."

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

screenshot

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

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

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

                        Watching videos and they're too slow for you?
Adds speed controls to any HTML5 video.  The controls have no limits on speed.


Created by Benedict Chen. If you like it, you can buy me a beer with PayPal.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WXQKYYKPHWXHS


Open source!
Github: https://github.com/benedictchen/google-chrome-html5video-controls                    

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

ชื่อ HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
คำอธิบาย Speed controls for html5 video.
ขนาดไฟล์ 69.25 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.42
อัปเดตครั้งล่าสุด 2017-11-18
วันที่เผยแพร่ 2017-11-18
คะแนน 3.93/5 รวมทั้งหมด 203 คะแนน
ผู้พัฒนา thebenedictchen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://benedictchen.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed Control",
    "description": "Speed controls for html5 video.",
    "options_page": "options.html",
    "version": "1.42",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speedcontrol.js"
            ],
            "all_frames": true
        }
    ]
}