playrate
Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
Cos'è playrate?
playrate è un'estensione di Chrome sviluppata da Evaw, e la sua funzione principale è "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione playrate
Scarica i file di estensione playrate 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pjefnlaeacgiihhaahpglacipajmbfjb |
URL Ufficiale | https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb |
Descrizione | Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video |
Dimensione del File | 17.35 KB |
Conteggio Installazioni | 301 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2016-04-07 |
Data di Pubblicazione | 2016-04-07 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Evaw |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Evaw/playrate |
Lingue Supportate | 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" ] } |