Speed Control

Control the speed of HTML5 video

Speed Controlคืออะไร?

Speed Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Miles และคุณลักษณะหลักของมันคือ "Control the speed of HTML5 video"

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

screenshot

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

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

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

                        This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.                    

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

ชื่อ Speed Control Speed Control
ID licimfihnglekdccgjijhmfdocplhdbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk
คำอธิบาย Control the speed of HTML5 video
ขนาดไฟล์ 8.96 KB
จำนวนการติดตั้ง 14,962
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2017-10-26
วันที่เผยแพร่ 2017-10-26
คะแนน 4.93/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Josh Miles
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/milesjos/speed-control
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Control",
    "description": "Control the speed of HTML5 video",
    "version": "1.1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}