Video Speed
Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard
Qu'est-ce que Video Speed ?
Video Speed est une extension Chrome développée par Gil Amran, et sa fonction principale est "Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Speed
Téléchargez les fichiers d'extension Video Speed 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
An easy way to control any HTML5 video playback speed. [ Slowdown the video ] Speedup the video. 0 Reset, and get back to normal speed - Go back 5 sec. + Skip 5 sec. Have fun! @gilamran Note: This extension will ONLY work on the HTML5 version of YouTube
Informations de Base sur l'Extension
Nom | |
ID | fnjmlegmhldjolpmcfjhooibnchlafgg |
URL Officiel | https://chrome.google.com/webstore/detail/video-speed/fnjmlegmhldjolpmcfjhooibnchlafgg |
Description | Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard |
Taille du Fichier | 23.07 KB |
Nombre d'Installations | 23,534 |
Version Actuelle | 2.0.7 |
Dernière Mise à Jour | 2015-12-19 |
Date de Publication | 2015-12-19 |
Évaluation | 4.34/5 Total 83 Évaluations |
Développeur | Gil Amran |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "27", "name": "__MSG_appName__", "short_name": "VideoSpeed", "default_locale": "en", "description": "__MSG_appDescription__", "version": "2.0.7", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content_scripts\/styles\/video-speed.css" ], "js": [ "content_scripts\/scripts\/video_speed_content_scripts.js" ], "all_frames": true, "run_at": "document_end" } ] } |