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.
Apa itu SoT In Game Clock and Server Status?
SoT In Game Clock and Server Status adalah ekstensi Chrome yang dikembangkan oleh Damien Deakes, dan fitur utamanya adalah "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SoT In Game Clock and Server Status
Unduh file ekstensi SoT In Game Clock and Server Status dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | inockeajegmlcfadagomcdilbmkoalna |
URL Resmi | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Deskripsi | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Ukuran File | 48.85 KB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2018-09-19 |
Tanggal Publikasi | 2018-09-19 |
Penilaian | 2.00/5 Total 2 Penilaian |
Pengembang | Damien Deakes |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |