Fast Forward Speed Control

Control the playback speed of videos beyond standard limits.

什么是Fast Forward Speed Control?

Fast Forward Speed Control是由ervikth开发的Chrome扩展程序,该扩展的主要功能是“Control the playback speed of videos beyond standard limits.”。

扩展截图

screenshot

下载Fast Forward Speed Control扩展crx文件

下载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"
    }
}