Fast Forward Speed Control

Control the playback speed of videos beyond standard limits.

Fast Forward Speed Controlคืออะไร?

Fast Forward Speed Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ervikth และคุณลักษณะหลักของมันคือ "Control the playback speed of videos beyond standard limits."

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

screenshot

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

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

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

                        Quick Guide:
To increase speed: Click '>>' or scroll up
To decrease speed: Click '<<' or scroll down

Take control of video playback speeds effortlessly with our extension, surpassing the standard 2x limit with a mere icon click or a scroll. Designed to be lightweight and intuitive, it offers seamless speed adjustments for an uninterrupted viewing experience, free from obtrusive controls                    

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

ชื่อ Fast Forward Speed Control Fast Forward Speed Control
ID onphnbdaloaeamdhncmepiklcplinpke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke
คำอธิบาย Control the playback speed of videos beyond standard limits.
ขนาดไฟล์ 21.68 KB
จำนวนการติดตั้ง 7,255
เวอร์ชันปัจจุบัน 1.60
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2016-07-23
คะแนน 4.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา ervikth
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Ervikth
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fast Forward Speed Control",
    "version": "1.60",
    "description": "Control the playback speed of videos beyond standard limits.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}