Video Speed Controller
Control the speed of your video!
Co to jest Video Speed Controller?
Video Speed Controller to rozszerzenie Chrome opracowane przez markcc95, a jego główną funkcją jest „Control the speed of your video!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Video Speed Controller
Pobierz pliki rozszerzeń Video Speed Controller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.
Podstawowe informacje o rozszerzeniu
Nazwa | Video Speed Controller |
ID | gkikefhphmjpcnhmgmahlahlgbjnhcbd |
Oficjalny URL | https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd |
Opis | Control the speed of your video! |
Rozmiar pliku | 20.22 KB |
Liczba instalacji | 1,339 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-05-18 |
Data Publikacji | 2021-05-13 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | markcc95 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speed Controller", "description": "Control the speed of your video!", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } }, "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } } |