WTR for World of Warships Forum
Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player
WTR for World of Warships Forum là gì?
WTR for World of Warships Forum là một tiện ích mở rộng Chrome được phát triển bởi Viktor Borisov, và tính năng chính của nó là "Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player".
Ả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 WTR for World of Warships Forum
Tải xuống các tệp mở rộng WTR for World of Warships Forum 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
Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WTR for World of Warships Forum |
ID | coefaebieopmpodigidoloklnmgilheb |
URL Chính Thức | https://chromewebstore.google.com/detail/wtr-for-world-of-warships/coefaebieopmpodigidoloklnmgilheb |
Mô tả | Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player |
Kích Thước Tệp | 63.01 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2019-08-23 |
Ngày Phát Hành | 2019-08-22 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Viktor Borisov |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WTR for World of Warships Forum", "version": "0.1.7", "manifest_version": 2, "description": "Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon64.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_popup": "background\/popup.html" }, "settings": { "remoteCache": "", "minimalCacheVersion": "0.0.10" }, "applications": { "gecko": { "id": "{1a8ac391-09a6-4526-b18c-55d84001791f}" } }, "content_scripts": [ { "matches": [ "*:\/\/*.forum.worldofwarships.ru\/topic\/*", "*:\/\/*.forum.worldofwarships.eu\/topic\/*", "*:\/\/*.forum.worldofwarships.com\/topic\/*", "*:\/\/*.forum.worldofwarships.asia\/topic\/*" ], "js": [ "js\/zepto.min.js", "content\/WTR.js", "content\/ProAlfa.js", "content\/content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage", "*:\/\/*.forum.worldofwarships.ru\/topic\/*", "*:\/\/*.forum.worldofwarships.eu\/topic\/*", "*:\/\/*.forum.worldofwarships.com\/topic\/*", "*:\/\/*.forum.worldofwarships.asia\/topic\/*", "*:\/\/*.warships.today\/*", "https:\/\/cors-anywhere.herokuapp.com\/*", "https:\/\/api.worldofwarships.ru\/wows\/*", "https:\/\/api.worldofwarships.eu\/wows\/*", "https:\/\/api.worldofwarships.com\/wows\/*", "https:\/\/api.worldofwarships.asia\/wows\/*" ] } |