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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } ] } |