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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Auto LoL Dodge Tool拡張機能のCRXファイルをダウンロード

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 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
Eメール [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
}