Video Speed Controller

Control the speed of your video!

Video Speed Controllerคืออะไร?

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

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

screenshot

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

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

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

                        It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.                    

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

ชื่อ Video Speed Controller Video Speed Controller
ID gkikefhphmjpcnhmgmahlahlgbjnhcbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd
คำอธิบาย Control the speed of your video!
ขนาดไฟล์ 20.22 KB
จำนวนการติดตั้ง 1,339
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-05-18
วันที่เผยแพร่ 2021-05-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา markcc95
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Controller",
    "description": "Control the speed of your video!",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16x16.png",
            "32": "\/images\/icon-32x32.png",
            "48": "\/images\/icon-48x48.png",
            "128": "\/images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "48": "\/images\/icon-48x48.png",
        "128": "\/images\/icon-128x128.png"
    }
}