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