VidSprint: Video Speed Controller
Minimalistic video speed controller
Qu'est-ce que VidSprint: Video Speed Controller ?
VidSprint: Video Speed Controller est une extension Chrome développée par VS Creations, et sa fonction principale est "Minimalistic video speed controller".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VidSprint: Video Speed Controller
Téléchargez les fichiers d'extension VidSprint: Video Speed Controller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | VidSprint: Video Speed Controller |
ID | mbbpnlifeoijpphllkbfhpljhlifblfm |
URL Officiel | https://chromewebstore.google.com/detail/vidsprint-video-speed-con/mbbpnlifeoijpphllkbfhpljhlifblfm |
Description | Minimalistic video speed controller |
Taille du Fichier | 14.37 KB |
Nombre d'Installations | 68 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2021-01-05 |
Date de Publication | 2020-12-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | VS Creations |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |