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