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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks to see the current Start Citizen server status"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RSI Star Citizen Status Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}