Reddit Alternative Video Player
An alternative video player for Reddit
Co to jest Reddit Alternative Video Player?
Reddit Alternative Video Player to rozszerzenie Chrome opracowane przez Petro Cardoso, a jego główną funkcją jest „An alternative video player for Reddit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Alternative Video Player
Pobierz pliki rozszerzeń Reddit Alternative Video Player 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
An alternative video player for Reddit, select the default quality of the video player and enjoy!
Podstawowe informacje o rozszerzeniu
Nazwa | Reddit Alternative Video Player |
ID | lmjhpokfoiodjhhlghfngaccjgicjjaf |
Oficjalny URL | https://chromewebstore.google.com/detail/reddit-alternative-video/lmjhpokfoiodjhhlghfngaccjgicjjaf |
Opis | An alternative video player for Reddit |
Rozmiar pliku | 158 KB |
Liczba instalacji | 220 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2023-01-11 |
Data Publikacji | 2023-01-11 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | Petro Cardoso |
[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": 3, "name": "Reddit Alternative Video Player", "description": "An alternative video player for Reddit", "version": "1.0.2", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ] } |