SpeedRunsLive Stream Viewer
For easily viewing the streams on SpeedRunsLive.com
Co to jest SpeedRunsLive Stream Viewer?
SpeedRunsLive Stream Viewer to rozszerzenie Chrome opracowane przez Julian Jocque, a jego główną funkcją jest „For easily viewing the streams on SpeedRunsLive.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SpeedRunsLive Stream Viewer
Pobierz pliki rozszerzeń SpeedRunsLive Stream Viewer 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
Easiest way to view all the best streams of speed runners from SpeedRunsLive.com! With the click of a button you will easily see who is online and what they are running. One more click and you're straight to watching your favorite runners. Please contact me at [email protected] or twitch.tv/okiyama with any bugs/questions/feature suggestions. This project is open source! Project page is here: https://github.com/okiyama/SRLChromeExtension
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nphaihpdpkboplhbcdpmlaibainbnjio |
Oficjalny URL | https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio |
Opis | For easily viewing the streams on SpeedRunsLive.com |
Rozmiar pliku | 91.19 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 1.5.5 |
Ostatnia Aktualizacja | 2020-06-30 |
Data Publikacji | 2020-06-30 |
Ocena | 4.64/5 Łącznie 22 Oceny |
Deweloper | Julian Jocque |
[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": 2, "name": "SpeedRunsLive Stream Viewer", "description": "For easily viewing the streams on SpeedRunsLive.com", "version": "1.5.5", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "http:\/\/api.speedrunslive.com\/*" ] } |