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.
Co to jest SoT In Game Clock and Server Status?
SoT In Game Clock and Server Status to rozszerzenie Chrome opracowane przez Damien Deakes, a jego główną funkcją jest „Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SoT In Game Clock and Server Status
Pobierz pliki rozszerzeń SoT In Game Clock and Server Status w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | inockeajegmlcfadagomcdilbmkoalna |
Oficjalny URL | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Opis | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Rozmiar pliku | 48.85 KB |
Liczba instalacji | 69 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2018-09-19 |
Data Publikacji | 2018-09-19 |
Ocena | 2.00/5 Łącznie 2 Oceny |
Deweloper | Damien Deakes |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |