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.
Was ist SoT In Game Clock and Server Status?
SoT In Game Clock and Server Status ist eine Chrome-Erweiterung, die von Damien Deakes entwickelt wurde, und ihr Hauptmerkmal ist "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".
Erweiterungsscreenshots
SoT In Game Clock and Server Status-Erweiterungs-CRX-Datei herunterladen
Laden Sie SoT In Game Clock and Server Status-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | inockeajegmlcfadagomcdilbmkoalna |
Offizielle URL | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Beschreibung | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Dateigröße | 48.85 KB |
Installationsanzahl | 69 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-09-19 |
Veröffentlichungsdatum | 2018-09-19 |
Bewertung | 2.00/5 Insgesamt 2 Bewertungen |
Entwickler | Damien Deakes |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |