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คืออะไร?
WTR for World of Warships Forum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viktor Borisov และคุณลักษณะหลักของมันคือ "Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WTR for World of Warships Forum
ดาวน์โหลดไฟล์ส่วนขยาย WTR for World of Warships Forum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
ID | coefaebieopmpodigidoloklnmgilheb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wtr-for-world-of-warships/coefaebieopmpodigidoloklnmgilheb |
คำอธิบาย | Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player |
ขนาดไฟล์ | 63.01 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 0.1.7 |
อัปเดตครั้งล่าสุด | 2019-08-23 |
วันที่เผยแพร่ | 2019-08-22 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Viktor Borisov |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |