Video Speed Control x0.1-5

Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.

Video Speed Control x0.1-5คืออะไร?

Video Speed Control x0.1-5 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://covidcures.live และคุณลักษณะหลักของมันคือ "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Speed Control x0.1-5

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

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

                        You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!                    

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

ชื่อ Video Speed Control x0.1-5 Video Speed Control x0.1-5
ID lcdjldcaalmmkpogignniieicpdlhpmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb
คำอธิบาย Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
ขนาดไฟล์ 181 KB
จำนวนการติดตั้ง 220
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-03-08
วันที่เผยแพร่ 2021-02-23
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://covidcures.live
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Control x0.1-5",
    "version": "1.2.0",
    "description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "\/js\/popup.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Video Speed Control",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png",
            "512": "icons\/icon-512.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "manifest_version": 2
}