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.
Vad är SoT In Game Clock and Server Status?
SoT In Game Clock and Server Status är en Chrome-tillägg utvecklad av Damien Deakes, och dess huvudfunktion är "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".
Tilläggsskärmbilder
Ladda ner SoT In Game Clock and Server Status-förlängningens CRX-fil
Ladda ner SoT In Game Clock and Server Status-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | inockeajegmlcfadagomcdilbmkoalna |
Officiell webbadress | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Beskrivning | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Filstorlek | 48.85 KB |
Antal Installationer | 69 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2018-09-19 |
Publiceringsdatum | 2018-09-19 |
Betyg | 2.00/5 Totalt 2 Betyg |
Utvecklare | Damien Deakes |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |