Video Speed Controller
Control the speed of your video!
Qu'est-ce que Video Speed Controller ?
Video Speed Controller est une extension Chrome développée par markcc95, et sa fonction principale est "Control the speed of your video!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Speed Controller
Téléchargez les fichiers d'extension 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
It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.
Informations de Base sur l'Extension
Nom | Video Speed Controller |
ID | gkikefhphmjpcnhmgmahlahlgbjnhcbd |
URL Officiel | https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd |
Description | Control the speed of your video! |
Taille du Fichier | 20.22 KB |
Nombre d'Installations | 1,339 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-05-18 |
Date de Publication | 2021-05-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | markcc95 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speed Controller", "description": "Control the speed of your video!", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } }, "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } } |