Html5 Video Speed Control

This extension allows the user to change the Html5 Video Speed.

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

Html5 Video Speed Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eric และคุณลักษณะหลักของมันคือ "This extension allows the user to change the Html5 Video Speed."

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

screenshot

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

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

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

                        The appearance and description are aweful, but the extension is awesome.                    

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

ชื่อ Html5 Video Speed Control Html5 Video Speed Control
ID kdeohphfaeoaeocgalpfjabofhfnikjc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc
คำอธิบาย This extension allows the user to change the Html5 Video Speed.
ขนาดไฟล์ 31.58 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-06-01
วันที่เผยแพร่ 2019-06-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Eric
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Html5 Video Speed Control",
    "description": "This extension allows the user to change the Html5 Video Speed.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}