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
Eメール [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
}