VidSprint: Video Speed Controller

Minimalistic video speed controller

VidSprint: Video Speed Controllerとは何ですか?

VidSprint: Video Speed ControllerはVS Creationsによって開発されたChromeの拡張機能で、その主な機能は「Minimalistic video speed controller」です。

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

screenshot

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

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

拡張機能の使用方法

                        Need to binge watch trending shows? Want to speed through slow and dramatic scenes? With VidSprint, you can sprint your videos on your favorite streaming platform!

Features include: 
 - Speed up any video you're watching up to 5x
 - Slow down any video you're watching down to 0.25x
 - Minimalist Design/Interface
 - Dark Mode friendly
 - Runs Offline                    

拡張機能の基本情報

名前 VidSprint: Video Speed Controller VidSprint: Video Speed Controller
ID mbbpnlifeoijpphllkbfhpljhlifblfm
公式URL https://chromewebstore.google.com/detail/vidsprint-video-speed-con/mbbpnlifeoijpphllkbfhpljhlifblfm
説明 Minimalistic video speed controller
ファイルサイズ 14.37 KB
インストール数 68
現在のバージョン 0.0.0.2
最終更新日 2021-01-05
公開日 2020-12-31
評価 5.00/5 合計 1 レビュー
開発者 VS Creations
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VidSprint: Video Speed Controller",
    "description": "Minimalistic video speed controller",
    "version": "0.0.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "toggle-increase": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Toggle feature foo"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            }
        }
    }
}