VidSprint: Video Speed Controller

Minimalistic video speed controller

Was ist VidSprint: Video Speed Controller?

VidSprint: Video Speed Controller ist eine Chrome-Erweiterung, die von VS Creations entwickelt wurde, und ihr Hauptmerkmal ist "Minimalistic video speed controller".

Erweiterungsscreenshots

screenshot

VidSprint: Video Speed Controller-Erweiterungs-CRX-Datei herunterladen

Laden Sie VidSprint: Video Speed Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name VidSprint: Video Speed Controller VidSprint: Video Speed Controller
ID mbbpnlifeoijpphllkbfhpljhlifblfm
Offizielle URL https://chromewebstore.google.com/detail/vidsprint-video-speed-con/mbbpnlifeoijpphllkbfhpljhlifblfm
Beschreibung Minimalistic video speed controller
Dateigröße 14.37 KB
Installationsanzahl 68
Aktuelle Version 0.0.0.2
Letztes Update 2021-01-05
Veröffentlichungsdatum 2020-12-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler VS Creations
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            }
        }
    }
}