RSI Star Citizen Status Checker
Checks to see the current Start Citizen server status
什麼是RSI Star Citizen Status Checker?
RSI Star Citizen Status Checker是由Dan開發的Chrome擴展程式,該擴展的主要功能是“Checks to see the current Start Citizen server status”。
擴展截圖
下載RSI Star Citizen Status Checker擴展crx文件
下載RSI Star Citizen Status Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Check the Robert Space Industries website to display the current server of Star Citizen status in your browser
擴展基本資訊
名稱 | RSI Star Citizen Status Checker |
ID | pjpafklkkifgjbpeinonoelpeckhoaje |
官方網址 | https://chromewebstore.google.com/detail/rsi-star-citizen-status-c/pjpafklkkifgjbpeinonoelpeckhoaje |
簡介 | Checks to see the current Start Citizen server status |
檔案大小 | 107 KB |
安裝次數 | 575 |
目前版本 | 1.1.2 |
更新時間 | 2020-05-28 |
上架時間 | 2020-05-28 |
開發者 | Dan |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |