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.

What is SoT In Game Clock and Server Status?

SoT In Game Clock and Server Status is a Chrome extension developed by Damien Deakes, and its main feature is "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".

Extension Screenshots

screenshot

Download SoT In Game Clock and Server Status Extension CRX File

Download SoT In Game Clock and Server Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SoT In Game Clock and Server Status SoT In Game Clock and Server Status
ID inockeajegmlcfadagomcdilbmkoalna
Official URL https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna
Description Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.
File Size 48.85 KB
Installation Count 69
Current Version 1.0.2
Last Updated 2018-09-19
Publish Date 2018-09-19
Rating 2.00/5 Total 2 Ratings
Developer Damien Deakes
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}