League Tools

Choose your League of legends favourite skins, and you'll be informed as soon as they're on sale. You can also check OP.GG and…

League Tools क्या है?

League Tools leaguetools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choose your League of legends favourite skins, and you'll be informed as soon as they're on sale. You can also check OP.GG and…"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में League Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Choose your League of legends favourite skins, and you'll be informed as soon as they're on sale. You can also check OP.GG and Lolnexus quickly and easily.                    

एक्सटेंशन की मूल जानकारी

नाम League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
आधिकारिक URL https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
विवरण Choose your League of legends favourite skins, and you'll be informed as soon as they're on sale. You can also check OP.GG and…
फ़ाइल का आकार 73.01 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.11
अंतिम अपडेट 2019-08-23
प्रकाशन तिथि 2019-08-23
डेवलपर leaguetools
भुगतान के प्रकार free
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "League Tools",
    "version": "1.11",
    "background": {
        "scripts": [
            "\/thirdParty\/jquery-3.3.1.min.js",
            "functions.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/thirdParty\/jquery-3.3.1.min.js",
                "functions.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "LeagueTools"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "",
        "history"
    ],
    "web_accessible_resources": [
        "\/Resources\/*",
        "\/thirdParty\/*",
        "\/images\/*",
        "functions.js",
        "languages\/*",
        "\/test\/*"
    ],
    "default_locale": "en"
}