RSI Star Citizen Status Checker
Checks to see the current Start Citizen server status
Co to jest RSI Star Citizen Status Checker?
RSI Star Citizen Status Checker to rozszerzenie Chrome opracowane przez Dan, a jego główną funkcją jest „Checks to see the current Start Citizen server status”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RSI Star Citizen Status Checker
Pobierz pliki rozszerzeń RSI Star Citizen Status Checker 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
Check the Robert Space Industries website to display the current server of Star Citizen status in your browser
Podstawowe informacje o rozszerzeniu
Nazwa | RSI Star Citizen Status Checker |
ID | pjpafklkkifgjbpeinonoelpeckhoaje |
Oficjalny URL | https://chromewebstore.google.com/detail/rsi-star-citizen-status-c/pjpafklkkifgjbpeinonoelpeckhoaje |
Opis | Checks to see the current Start Citizen server status |
Rozmiar pliku | 107 KB |
Liczba instalacji | 575 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2020-05-28 |
Data Publikacji | 2020-05-28 |
Deweloper | Dan |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSI Star Citizen Status Checker", "version": "1.1.2", "description": "Checks to see the current Start Citizen server status", "permissions": [ "https:\/\/*.robertsspaceindustries.com\/" ], "background": { "scripts": [ "jquery-3.5.1.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "images\/sc.png" } }, "icons": { "48": "images\/sc.png", "128": "images\/sc128.png" }, "manifest_version": 2 } |