Vimeo repeat & speed
Repeat & Speed buttons for Vimeo HTML5 video
Qu'est-ce que Vimeo repeat & speed ?
Vimeo repeat & speed est une extension Chrome développée par Rudie Dirkx, et sa fonction principale est "Repeat & Speed buttons for Vimeo HTML5 video".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vimeo repeat & speed
Téléchargez les fichiers d'extension Vimeo repeat & 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
Adds 2 buttons to Vimeo's HTML5 video player: * REPEAT -- for listening good music * SPEED (playback rate) -- for slow presentations History 1.11 Set default speed (through extension icon > Options). 1.10 Accept comma numbers. Hotkeys - and + for speed. 1.8 Added playlist support. Always add buttons always. 1.5 +support for embedded vimeo (on player.vimeo.com). 1.4 Use onTimeUpdate instead of onEnded, to listen to before-the-end, to make it work in playlists etc.
Informations de Base sur l'Extension
Nom | |
ID | noonakfaafcdaagngpjehilgegefdima |
URL Officiel | https://chrome.google.com/webstore/detail/vimeo-repeat-speed/noonakfaafcdaagngpjehilgegefdima |
Description | Repeat & Speed buttons for Vimeo HTML5 video |
Taille du Fichier | 7.29 KB |
Nombre d'Installations | 100,000 |
Version Actuelle | 1.13 |
Dernière Mise à Jour | 2022-06-15 |
Date de Publication | 2018-11-02 |
Évaluation | 4.41/5 Total 406 Évaluations |
Développeur | Rudie Dirkx |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rudiedirkx/Vimeo-repeat |
URL de la Page d'Aide | https://github.com/rudiedirkx/Vimeo-repeat |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vimeo repeat & speed", "description": "Repeat & Speed buttons for Vimeo HTML5 video", "optional_permissions": [ "storage" ], "content_scripts": [ { "all_frames": true, "js": [ "vimeo.content.js" ], "matches": [ "*:\/\/vimeo.com\/*", "*:\/\/player.vimeo.com\/*" ], "run_at": "document_end" } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "icons": { "128": "images\/vimeo128.png", "48": "images\/vimeo48.png" }, "version": "1.13", "manifest_version": 3 } |