Auto LoL Dodge Tool
Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com
Auto LoL Dodge Tool란 무엇입니까?
Auto LoL Dodge Tool은(는) https://loldodgetool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com"입니다.
확장 프로그램 스크린샷
Auto LoL Dodge Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |