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.

Co je SoT In Game Clock and Server Status?

SoT In Game Clock and Server Status je rozšíření Chrome vyvinuté Damien Deakes, a jeho hlavní funkcí je „Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SoT In Game Clock and Server Status

Stáhněte si soubory rozšíření SoT In Game Clock and Server Status ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SoT In Game Clock and Server Status SoT In Game Clock and Server Status
ID inockeajegmlcfadagomcdilbmkoalna
Oficiální URL https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna
Popis Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.
Velikost souboru 48.85 KB
Počet instalací 69
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-09-19
Datum Vydání 2018-09-19
Hodnocení 2.00/5 Celkem 2 Hodnocení
Vývojář Damien Deakes
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}