Auto LoL Dodge Tool

Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com

Auto LoL Dodge Tool là gì?

Auto LoL Dodge Tool là một tiện ích mở rộng Chrome được phát triển bởi https://loldodgetool.com, và tính năng chính của nó là "Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto LoL Dodge Tool

Tải xuống các tệp mở rộng Auto LoL Dodge Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto LoL Dodge Tool Auto LoL Dodge Tool
ID mkbdkojjljgdiffmfkkgnenbcaelgpho
URL Chính Thức https://chromewebstore.google.com/detail/auto-lol-dodge-tool/mkbdkojjljgdiffmfkkgnenbcaelgpho
Mô tả Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com
Kích Thước Tệp 12.63 KB
Số Lần Cài Đặt 393
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2021-01-06
Ngày Phát Hành 2020-09-11
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://loldodgetool.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.loldodgetool.com/
Ngôn Ngữ Được Hỗ Trợ 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
}