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.

O que é SoT In Game Clock and Server Status?

SoT In Game Clock and Server Status é uma extensão do Chrome desenvolvida por Damien Deakes, e sua principal característica é "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SoT In Game Clock and Server Status

Baixe arquivos de extensão SoT In Game Clock and Server Status no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SoT In Game Clock and Server Status SoT In Game Clock and Server Status
ID inockeajegmlcfadagomcdilbmkoalna
URL Oficial https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna
Descrição Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.
Tamanho do Arquivo 48.85 KB
Contagem de Instalações 69
Versão Atual 1.0.2
Última Atualização 2018-09-19
Data de Publicação 2018-09-19
Classificação 2.00/5 Total de 2 Avaliações
Desenvolvedor Damien Deakes
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}