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 to jest League Tools?

League Tools to rozszerzenie Chrome opracowane przez leaguetools, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia League Tools

Pobierz pliki rozszerzeń League Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
Oficjalny URL https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
Opis 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…
Rozmiar pliku 73.01 KB
Liczba instalacji 25
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2019-08-23
Data Publikacji 2019-08-23
Deweloper leaguetools
Typ Płatności free
Obsługiwane Języki 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"
}