Vimeo repeat & speed
Repeat & Speed buttons for Vimeo HTML5 video
Cos'è Vimeo repeat & speed?
Vimeo repeat & speed è un'estensione di Chrome sviluppata da Rudie Dirkx, e la sua funzione principale è "Repeat & Speed buttons for Vimeo HTML5 video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vimeo repeat & speed
Scarica i file di estensione Vimeo repeat & speed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | noonakfaafcdaagngpjehilgegefdima |
URL Ufficiale | https://chrome.google.com/webstore/detail/vimeo-repeat-speed/noonakfaafcdaagngpjehilgegefdima |
Descrizione | Repeat & Speed buttons for Vimeo HTML5 video |
Dimensione del File | 7.29 KB |
Conteggio Installazioni | 100,000 |
Versione Corrente | 1.13 |
Ultimo Aggiornamento | 2022-06-15 |
Data di Pubblicazione | 2018-11-02 |
Valutazione | 4.41/5 Totale 406 Valutazioni |
Sviluppatore | Rudie Dirkx |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rudiedirkx/Vimeo-repeat |
URL della Pagina di Aiuto | https://github.com/rudiedirkx/Vimeo-repeat |
Lingue Supportate | 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 } |