Video Speed Controls

Speed controller for all video players. Simply speed up, slow down ...

Video Speed Controlsとは何ですか?

Video Speed Controlsはpeterenkaborissによって開発されたChromeの拡張機能で、その主な機能は「Speed controller for all video players. Simply speed up, slow down ...」です。

拡張機能のスクリーンショット

screenshot

Video Speed Controls拡張機能のCRXファイルをダウンロード

Video Speed Controls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The cool Video Speed Controls extension will allow you to rewind, speed up, slow down or advance the video as you want. Customize everything for yourself. The extension is pretty simple but handy. It is fast and easy to download, does not have a lot of weight. With our Video Speed Controller extension, it will be much more pleasant for you to watch different videos, films. We have prepared an extension of high quality and easy to use. The product is absolutely free. Rather follow the link and install Video Speed Control with just one click of the mouse and you will be pleasantly surprised.                    

拡張機能の基本情報

名前 Video Speed Controls Video Speed Controls
ID loeegjlniabmjhoalobfbpjmkabgapbb
公式URL https://chromewebstore.google.com/detail/video-speed-controls/loeegjlniabmjhoalobfbpjmkabgapbb
説明 Speed controller for all video players. Simply speed up, slow down ...
ファイルサイズ 370 KB
インストール数 1,090
現在のバージョン 1.1
最終更新日 2023-06-13
公開日 2021-02-09
評価 5.00/5 合計 2 レビュー
開発者 peterenkaboriss
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,hu,pl,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "fast.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/pages\/background\/background.js"
        ]
    },
    "options_page": "\/pages\/settings\/settings.html",
    "permissions": [
        "storage",
        ""
    ],
    "name": "Video Speed Controls",
    "default_locale": "en",
    "description": "Speed controller for all video players. Simply speed up, slow down ...",
    "browser_action": {
        "default_icon": "fast.png"
    },
    "content_scripts": [
        {
            "css": [
                "tooltip.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "http:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "http:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "http:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*",
                "https:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "utilies.js",
                "SpeedControllerInjector.js",
                "SettingsManager.js",
                "SpeedController.js",
                "page_all_frames.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/*.css",
        "extension\/static\/*.js",
        "*.png"
    ],
    "version": "1.1"
}