Fast Forward Speed Control

Control the playback speed of videos beyond standard limits.

Fast Forward Speed Control là gì?

Fast Forward Speed Control là một tiện ích mở rộng Chrome được phát triển bởi ervikth, và tính năng chính của nó là "Control the playback speed of videos beyond standard limits.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fast Forward Speed Control

Tải xuống các tệp mở rộng Fast Forward Speed Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fast Forward Speed Control Fast Forward Speed Control
ID onphnbdaloaeamdhncmepiklcplinpke
URL Chính Thức https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke
Mô tả Control the playback speed of videos beyond standard limits.
Kích Thước Tệp 21.68 KB
Số Lần Cài Đặt 7,255
Phiên Bản Hiện Tại 1.60
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2016-07-23
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển ervikth
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Ervikth
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}