VidSprint: Video Speed Controller

Minimalistic video speed controller

Vad är VidSprint: Video Speed Controller?

VidSprint: Video Speed Controller är en Chrome-tillägg utvecklad av VS Creations, och dess huvudfunktion är "Minimalistic video speed controller".

Tilläggsskärmbilder

screenshot

Ladda ner VidSprint: Video Speed Controller-förlängningens CRX-fil

Ladda ner VidSprint: Video Speed Controller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn VidSprint: Video Speed Controller VidSprint: Video Speed Controller
ID mbbpnlifeoijpphllkbfhpljhlifblfm
Officiell webbadress https://chromewebstore.google.com/detail/vidsprint-video-speed-con/mbbpnlifeoijpphllkbfhpljhlifblfm
Beskrivning Minimalistic video speed controller
Filstorlek 14.37 KB
Antal Installationer 68
Aktuell Version 0.0.0.2
Senast Uppdaterad 2021-01-05
Publiceringsdatum 2020-12-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare VS Creations
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            }
        }
    }
}