RSI Star Citizen Status Checker
Checks to see the current Start Citizen server status
What is RSI Star Citizen Status Checker?
RSI Star Citizen Status Checker is a Chrome extension developed by Dan, and its main feature is "Checks to see the current Start Citizen server status".
Extension Screenshots
Download RSI Star Citizen Status Checker Extension CRX File
Download RSI Star Citizen Status Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Check the Robert Space Industries website to display the current server of Star Citizen status in your browser
Extension Basic Information
Name | RSI Star Citizen Status Checker |
ID | pjpafklkkifgjbpeinonoelpeckhoaje |
Official URL | https://chromewebstore.google.com/detail/rsi-star-citizen-status-c/pjpafklkkifgjbpeinonoelpeckhoaje |
Description | Checks to see the current Start Citizen server status |
File Size | 107 KB |
Installation Count | 575 |
Current Version | 1.1.2 |
Last Updated | 2020-05-28 |
Publish Date | 2020-05-28 |
Developer | Dan |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |