playrate
Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
Qu'est-ce que playrate ?
playrate est une extension Chrome développée par Evaw, et sa fonction principale est "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension playrate
Téléchargez les fichiers d'extension playrate 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 speedup or slowdown a video. This extension allows you to control the playback rate of an html video on the current page. The goal is to be very simple and just do one thing. Disclaimer * if the video is played through a plugin like flash, this extension will not be able to function.
Informations de Base sur l'Extension
Nom | |
ID | pjefnlaeacgiihhaahpglacipajmbfjb |
URL Officiel | https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb |
Description | Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video |
Taille du Fichier | 17.35 KB |
Nombre d'Installations | 301 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-04-07 |
Date de Publication | 2016-04-07 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Evaw |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Evaw/playrate |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "playrate", "version": "1.0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "browser_action": { "default_icon": "playrate.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |