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.
Cos'è SoT In Game Clock and Server Status?
SoT In Game Clock and Server Status è un'estensione di Chrome sviluppata da Damien Deakes, e la sua funzione principale è "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SoT In Game Clock and Server Status
Scarica i file di estensione SoT In Game Clock and Server Status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | inockeajegmlcfadagomcdilbmkoalna |
URL Ufficiale | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Descrizione | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Dimensione del File | 48.85 KB |
Conteggio Installazioni | 69 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2018-09-19 |
Data di Pubblicazione | 2018-09-19 |
Valutazione | 2.00/5 Totale 2 Valutazioni |
Sviluppatore | Damien Deakes |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |