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.
Wat is SoT In Game Clock and Server Status?
SoT In Game Clock and Server Status is een Chrome-extensie ontwikkeld door Damien Deakes, en de belangrijkste functie is "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".
Extensie Screenshots
Download het CRX-bestand van de extensie SoT In Game Clock and Server Status
Download SoT In Game Clock and Server Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | inockeajegmlcfadagomcdilbmkoalna |
Officiële URL | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Beschrijving | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Bestandsgrootte | 48.85 KB |
Aantal Installaties | 69 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2018-09-19 |
Publicatiedatum | 2018-09-19 |
Beoordeling | 2.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Damien Deakes |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |