Reddit Video Speed Controls
Add speed controls to reddit videos
Co to jest Reddit Video Speed Controls?
Reddit Video Speed Controls to rozszerzenie Chrome opracowane przez TheGomesTeam, a jego główną funkcją jest „Add speed controls to reddit videos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Video Speed Controls
Pobierz pliki rozszerzeń Reddit Video Speed Controls 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 Reddit Video Player is known to be painful. One thing it does by default is hide the video speed controls. This extension remedies that by adding simple video speed controls to the bottom of a video posts that use the Reddit Video Player.
Podstawowe informacje o rozszerzeniu
Nazwa | Reddit Video Speed Controls |
ID | ejpdiepbmgcbchelhcoeebimacheocdl |
Oficjalny URL | https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl |
Opis | Add speed controls to reddit videos |
Rozmiar pliku | 744 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-05-17 |
Data Publikacji | 2023-05-16 |
Deweloper | TheGomesTeam |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reddit Video Speed Controls", "version": "1.0", "description": "Add speed controls to reddit videos", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-38.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*", "http:\/\/www.reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/reddit.com\/*" ], "js": [ "content.js" ] } ] } |