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…

Co je League Tools?

League Tools je rozšíření Chrome vyvinuté leaguetools, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření League Tools

Stáhněte si soubory rozšíření League Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
Oficiální URL https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
Popis 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…
Velikost souboru 73.01 KB
Počet instalací 25
Aktuální Verze 1.11
Poslední Aktualizace 2019-08-23
Datum Vydání 2019-08-23
Vývojář leaguetools
Typ Platby free
Podporované Jazyky 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"
}