Auto LoL Dodge Tool
Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com
What is Auto LoL Dodge Tool?
Auto LoL Dodge Tool is a Chrome extension developed by https://loldodgetool.com, and its main feature is "Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com".
Extension Screenshots
Download Auto LoL Dodge Tool Extension CRX File
Download Auto LoL Dodge Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Auto LoL Dodge Tool |
ID | mkbdkojjljgdiffmfkkgnenbcaelgpho |
Official URL | https://chromewebstore.google.com/detail/auto-lol-dodge-tool/mkbdkojjljgdiffmfkkgnenbcaelgpho |
Description | Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com |
File Size | 12.63 KB |
Installation Count | 393 |
Current Version | 0.0.0.4 |
Last Updated | 2021-01-06 |
Publish Date | 2020-09-11 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://loldodgetool.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.loldodgetool.com/ |
Supported Languages | 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 } |