VidSprint: Video Speed Controller
Minimalistic video speed controller
Co to jest VidSprint: Video Speed Controller?
VidSprint: Video Speed Controller to rozszerzenie Chrome opracowane przez VS Creations, a jego główną funkcją jest „Minimalistic video speed controller”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VidSprint: Video Speed Controller
Pobierz pliki rozszerzeń VidSprint: Video Speed Controller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | VidSprint: Video Speed Controller |
ID | mbbpnlifeoijpphllkbfhpljhlifblfm |
Oficjalny URL | https://chromewebstore.google.com/detail/vidsprint-video-speed-con/mbbpnlifeoijpphllkbfhpljhlifblfm |
Opis | Minimalistic video speed controller |
Rozmiar pliku | 14.37 KB |
Liczba instalacji | 68 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2021-01-05 |
Data Publikacji | 2020-12-31 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | VS Creations |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } } |