Html5 Video Speed Control
This extension allows the user to change the Html5 Video Speed.
Qu'est-ce que Html5 Video Speed Control ?
Html5 Video Speed Control est une extension Chrome développée par Eric, et sa fonction principale est "This extension allows the user to change the Html5 Video Speed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Html5 Video Speed Control
Téléchargez les fichiers d'extension Html5 Video Speed Control 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
The appearance and description are aweful, but the extension is awesome.
Informations de Base sur l'Extension
Nom | ![]() |
ID | kdeohphfaeoaeocgalpfjabofhfnikjc |
URL Officiel | https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc |
Description | This extension allows the user to change the Html5 Video Speed. |
Taille du Fichier | 31.58 KB |
Nombre d'Installations | 84 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-06-01 |
Date de Publication | 2019-06-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Eric |
[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": "Html5 Video Speed Control", "description": "This extension allows the user to change the Html5 Video Speed.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage" ] } |