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
Eメール [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"
    }
}