Html5 Video Speed Control
This extension allows the user to change the Html5 Video Speed.
Co to jest Html5 Video Speed Control?
Html5 Video Speed Control to rozszerzenie Chrome opracowane przez Eric, a jego główną funkcją jest „This extension allows the user to change the Html5 Video Speed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Html5 Video Speed Control
Pobierz pliki rozszerzeń Html5 Video Speed Control 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
The appearance and description are aweful, but the extension is awesome.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | kdeohphfaeoaeocgalpfjabofhfnikjc |
Oficjalny URL | https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc |
Opis | This extension allows the user to change the Html5 Video Speed. |
Rozmiar pliku | 31.58 KB |
Liczba instalacji | 84 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-06-01 |
Data Publikacji | 2019-06-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Eric |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Html5 Video Speed Control", "description": "This extension allows the user to change the Html5 Video Speed.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage" ] } |