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.
¿Qué es SoT In Game Clock and Server Status?
SoT In Game Clock and Server Status es una extensión de Chrome desarrollada por Damien Deakes, y su función principal es "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SoT In Game Clock and Server Status
Descarga archivos de extensión SoT In Game Clock and Server Status en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | inockeajegmlcfadagomcdilbmkoalna |
URL Oficial | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Descripción | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Tamaño del Archivo | 48.85 KB |
Cantidad de Instalaciones | 69 |
Versión Actual | 1.0.2 |
Última Actualización | 2018-09-19 |
Fecha de Publicación | 2018-09-19 |
Calificación | 2.00/5 Total de 2 Calificaciones |
Desarrollador | Damien Deakes |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } ] } |