RSI Star Citizen Status Checker
Checks to see the current Start Citizen server status
Vad är RSI Star Citizen Status Checker?
RSI Star Citizen Status Checker är en Chrome-tillägg utvecklad av Dan, och dess huvudfunktion är "Checks to see the current Start Citizen server status".
Tilläggsskärmbilder
Ladda ner RSI Star Citizen Status Checker-förlängningens CRX-fil
Ladda ner RSI Star Citizen Status Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Check the Robert Space Industries website to display the current server of Star Citizen status in your browser
Grundläggande Information om Tillägg
Namn | RSI Star Citizen Status Checker |
ID | pjpafklkkifgjbpeinonoelpeckhoaje |
Officiell webbadress | https://chromewebstore.google.com/detail/rsi-star-citizen-status-c/pjpafklkkifgjbpeinonoelpeckhoaje |
Beskrivning | Checks to see the current Start Citizen server status |
Filstorlek | 107 KB |
Antal Installationer | 575 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2020-05-28 |
Publiceringsdatum | 2020-05-28 |
Utvecklare | Dan |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |