Auto LoL Dodge Tool

Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com

O que é Auto LoL Dodge Tool?

Auto LoL Dodge Tool é uma extensão do Chrome desenvolvida por https://loldodgetool.com, e sua principal característica é "Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto LoL Dodge Tool

Baixe arquivos de extensão Auto LoL Dodge Tool 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

                        This is a very lightweight extension which allows www.loldodgetool.com to connect to the LoL client to automatically transfer the information at "Champion Select" to www.loldodgetool.com so that it can give a predicted winrate before the game starts, using machine learning.

To fill this information manually, 5 summoner names and 10 champions, takes valuable time from Champion Select, so we strongly suggest you start using the extension from the start.

Having the extension also unlocks "Live" mode which will update winrate live as either team hovers different champions, which can help you decide which champion to play.                    

Informações Básicas da Extensão

Nome Auto LoL Dodge Tool Auto LoL Dodge Tool
ID mkbdkojjljgdiffmfkkgnenbcaelgpho
URL Oficial https://chromewebstore.google.com/detail/auto-lol-dodge-tool/mkbdkojjljgdiffmfkkgnenbcaelgpho
Descrição Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com
Tamanho do Arquivo 12.63 KB
Contagem de Instalações 393
Versão Atual 0.0.0.4
Última Atualização 2021-01-06
Data de Publicação 2020-09-11
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://loldodgetool.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.loldodgetool.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto LoL Dodge Tool",
    "version": "0.0.0.4",
    "description": "Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com",
    "permissions": [
        "file:\/\/\/*",
        "https:\/\/127.0.0.1\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.loldodgetool.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/ldt16x16.png",
            "32": "images\/ldt32x32.png",
            "48": "images\/ldt48x48.png",
            "128": "images\/ldt128x128.png"
        }
    },
    "icons": {
        "16": "images\/ldt16x16.png",
        "32": "images\/ldt32x32.png",
        "48": "images\/ldt48x48.png",
        "128": "images\/ldt128x128.png"
    },
    "manifest_version": 2
}