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
Wat is WTR for World of Warships Forum?
WTR for World of Warships Forum is een Chrome-extensie ontwikkeld door Viktor Borisov, en de belangrijkste functie is "Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player".
Extensie Screenshots
Download het CRX-bestand van de extensie WTR for World of Warships Forum
Download WTR for World of Warships Forum-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player
Basisinformatie over de Extensie
Naam | WTR for World of Warships Forum |
ID | coefaebieopmpodigidoloklnmgilheb |
Officiële URL | https://chromewebstore.google.com/detail/wtr-for-world-of-warships/coefaebieopmpodigidoloklnmgilheb |
Beschrijving | Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player |
Bestandsgrootte | 63.01 KB |
Aantal Installaties | 106 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2019-08-23 |
Publicatiedatum | 2019-08-22 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Viktor Borisov |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |