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 - это расширение Chrome, разработанное Damien Deakes, и его основная функция - "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SoT In Game Clock and Server Status

Скачайте файлы расширений SoT In Game Clock and Server Status в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
            ]
        }
    ]
}