Video Speed Control x0.1-5
Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
Qu'est-ce que Video Speed Control x0.1-5 ?
Video Speed Control x0.1-5 est une extension Chrome développée par https://covidcures.live, et sa fonction principale est "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Speed Control x0.1-5
Téléchargez les fichiers d'extension Video Speed Control x0.1-5 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
You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!
Informations de Base sur l'Extension
Nom | Video Speed Control x0.1-5 |
ID | lcdjldcaalmmkpogignniieicpdlhpmb |
URL Officiel | https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb |
Description | Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites. |
Taille du Fichier | 181 KB |
Nombre d'Installations | 220 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-03-08 |
Date de Publication | 2021-02-23 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | https://covidcures.live |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speed Control x0.1-5", "version": "1.2.0", "description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.", "permissions": [ "activeTab" ], "background": { "scripts": [ "\/js\/popup.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "Video Speed Control", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" } }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "manifest_version": 2 } |