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 là gì?
SoT In Game Clock and Server Status là một tiện ích mở rộng Chrome được phát triển bởi Damien Deakes, và tính năng chính của nó là "Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SoT In Game Clock and Server Status
Tải xuống các tệp mở rộng SoT In Game Clock and Server Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | inockeajegmlcfadagomcdilbmkoalna |
URL Chính Thức | https://chrome.google.com/webstore/detail/sot-in-game-clock-and-ser/inockeajegmlcfadagomcdilbmkoalna |
Mô tả | Unofficial fan created extension to add the in game time/date and server announcements to Sea of Thieves website navbar. |
Kích Thước Tệp | 48.85 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-09-19 |
Ngày Phát Hành | 2018-09-19 |
Đánh Giá | 2.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Damien Deakes |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |