Auto LoL Dodge Tool
Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com
Что такое Auto LoL Dodge Tool?
Auto LoL Dodge Tool - это расширение Chrome, разработанное https://loldodgetool.com, и его основная функция - "Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com".
Снимки экрана расширения
Скачать файл CRX расширения Auto LoL Dodge Tool
Скачайте файлы расширений Auto LoL Dodge Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Auto LoL Dodge Tool |
ID | mkbdkojjljgdiffmfkkgnenbcaelgpho |
Официальный URL | https://chromewebstore.google.com/detail/auto-lol-dodge-tool/mkbdkojjljgdiffmfkkgnenbcaelgpho |
Описание | Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com |
Размер файла | 12.63 KB |
Количество установок | 393 |
Текущая Версия | 0.0.0.4 |
Последнее Обновление | 2021-01-06 |
Дата публикации | 2020-09-11 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | https://loldodgetool.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.loldodgetool.com/ |
Поддерживаемые языки | 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 } |