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

O que é WTR for World of Warships Forum?

WTR for World of Warships Forum é uma extensão do Chrome desenvolvida por Viktor Borisov, e sua principal característica é "Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WTR for World of Warships Forum

Baixe arquivos de extensão WTR for World of Warships Forum no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Colors players' nicknames based on their WRT or ProAlfa ranking. 
Displays the name of the clan of the player                    

Informações Básicas da Extensão

Nome WTR for World of Warships Forum WTR for World of Warships Forum
ID coefaebieopmpodigidoloklnmgilheb
URL Oficial https://chromewebstore.google.com/detail/wtr-for-world-of-warships/coefaebieopmpodigidoloklnmgilheb
Descrição Colors players' nicknames based on their WRT or ProAlfa ranking. Displays the name of the clan of the player
Tamanho do Arquivo 63.01 KB
Contagem de Instalações 106
Versão Atual 0.1.7
Última Atualização 2019-08-23
Data de Publicação 2019-08-22
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Viktor Borisov
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}