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
官方網址 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
}