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.

Qu'est-ce que SoT In Game Clock and Server Status ?

SoT In Game Clock and Server Status est une extension Chrome développée par Damien Deakes, et sa fonction principale est "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SoT In Game Clock and Server Status

Téléchargez les fichiers d'extension SoT In Game Clock and Server Status au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SoT In Game Clock and Server Status SoT In Game Clock and Server Status
ID inockeajegmlcfadagomcdilbmkoalna
URL Officiel 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.
Taille du Fichier 48.85 KB
Nombre d'Installations 69
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-09-19
Date de Publication 2018-09-19
Évaluation 2.00/5 Total 2 Évaluations
Développeur Damien Deakes
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}