VidSprint: Video Speed Controller
Minimalistic video speed controller
什麼是VidSprint: Video Speed Controller?
VidSprint: Video Speed Controller是由VS Creations開發的Chrome擴展程式,該擴展的主要功能是“Minimalistic video speed controller”。
擴展截圖
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | mbbpnlifeoijpphllkbfhpljhlifblfm | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
            }
        }
    }
}  |  |