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
官方網址 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\/*"
            ]
        }
    ]
}