Video Playback Speed
Allows you to change the playback speed of a video.
Hvad er Video Playback Speed?
Video Playback Speed er en Chrome-udvidelse udviklet af Tom2718, og dens hovedfunktion er "Allows you to change the playback speed of a video.".
Udvidelsesskærmbilleder
Download Video Playback Speed-udvidelses-CRX-fil
Download Video Playback Speed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
Officiel URL | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
Beskrivelse | Allows you to change the playback speed of a video. |
Filstørrelse | 4.88 KB |
Antal Installationer | 254 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-08-07 |
Udgivelsesdato | 2018-07-22 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Tom2718 |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
Hjælpeside-URL | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
Understøttede Sprog | 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" ] } |