SoT In Game Clock and Server Status

Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.

SoT In Game Clock and Server Status क्या है?

SoT In Game Clock and Server Status Damien Deakes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar."।

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

screenshot

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

crx प्रारूप में SoT In Game Clock and Server Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.


Disclaimer:
This extension is a third-party application. This extension is in no way sponsored, endorsed or administered by, or associated with Rare Ltd. or Microsoft Game Studios.                    

एक्सटेंशन की मूल जानकारी

नाम SoT In Game Clock and Server Status SoT In Game Clock and Server Status
ID inockeajegmlcfadagomcdilbmkoalna
आधिकारिक URL https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna
विवरण Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.
फ़ाइल का आकार 48.85 KB
स्थापना संख्या 69
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2018-09-19
प्रकाशन तिथि 2018-09-19
रेटिंग 2.00/5 कुल 2 रेटिंग्स
डेवलपर Damien Deakes
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoT In Game Clock and Server Status",
    "author": "Damien Deakes",
    "version": "1.0.2",
    "description": "Unofficial fan created extension to add the in game time\/date and server announcements to Sea of Thieves website navbar.",
    "permissions": [
        "tabs",
        "https:\/\/www.seaofthieves.com\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "app.css"
            ],
            "js": [
                "purify.js",
                "app.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.seaofthieves.com\/*"
            ]
        }
    ]
}