Video Playback Speed
Allows you to change the playback speed of a video.
Cos'è Video Playback Speed?
Video Playback Speed è un'estensione di Chrome sviluppata da Tom2718, e la sua funzione principale è "Allows you to change the playback speed of a video.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video Playback Speed
Scarica i file di estensione Video Playback 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
A very simple extension that allows the user to change the playback speed of a video. - Ultra lightweight and very simple. - Open source code. - Change playback speed to any number. - Easy 'up' and 'down' controls. Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code. View source code here: https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
Informazioni di Base sull'Estensione
Nome | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
URL Ufficiale | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
Descrizione | Allows you to change the playback speed of a video. |
Dimensione del File | 4.88 KB |
Conteggio Installazioni | 254 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-08-07 |
Data di Pubblicazione | 2018-07-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Tom2718 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
URL della Pagina di Aiuto | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Playback Speed", "description": "Allows you to change the playback speed of a video.", "author": "Tom2718", "version": "1.0", "browser_action": { "default_icon": "video-ext.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |