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.
Τι είναι το SoT In Game Clock and Server Status;
Το SoT In Game Clock and Server Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Damien Deakes, και η κύρια λειτουργία του είναι "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SoT In Game Clock and Server Status
Λήψη αρχείων επέκτασης SoT In Game Clock and Server Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | inockeajegmlcfadagomcdilbmkoalna |
Επίσημο URL | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Περιγραφή | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Μέγεθος Αρχείου | 48.85 KB |
Αριθμός Εγκαταστάσεων | 69 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2018-09-19 |
Ημερομηνία Δημοσίευσης | 2018-09-19 |
Αξιολόγηση | 2.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Damien Deakes |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |