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”。

扩展截图

screenshot
screenshot

下载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 RSI Star Citizen Status Checker
ID pjpafklkkifgjbpeinonoelpeckhoaje
官方URL 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
}