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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically sync your LoL client to LoL Dodge Tool - www.loldodgetool.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto LoL Dodge Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}