Video Playback Speed
Allows you to change the playback speed of a video.
Was ist Video Playback Speed?
Video Playback Speed ist eine Chrome-Erweiterung, die von Tom2718 entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to change the playback speed of a video.".
Erweiterungsscreenshots
Video Playback Speed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Playback Speed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
Offizielle URL | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
Beschreibung | Allows you to change the playback speed of a video. |
Dateigröße | 4.88 KB |
Installationsanzahl | 254 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-08-07 |
Veröffentlichungsdatum | 2018-07-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Tom2718 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
Hilfeseite URL | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
Unterstützte Sprachen | 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" ] } |