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是由Damien Deakes开发的Chrome扩展程序,该扩展的主要功能是“Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.”。

扩展截图

screenshot

下载SoT In Game Clock and Server Status扩展crx文件

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