Video Playback Speed
Allows you to change the playback speed of a video.
Wat is Video Playback Speed?
Video Playback Speed is een Chrome-extensie ontwikkeld door Tom2718, en de belangrijkste functie is "Allows you to change the playback speed of a video.".
Extensie Screenshots
Download het CRX-bestand van de extensie Video Playback Speed
Download Video Playback Speed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
Officiële URL | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
Beschrijving | Allows you to change the playback speed of a video. |
Bestandsgrootte | 4.88 KB |
Aantal Installaties | 254 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-08-07 |
Publicatiedatum | 2018-07-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tom2718 |
Betalingswijze | free |
Extensiewebsite | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
Help Pagina-URL | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
Ondersteunde Talen | 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" ] } |