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…

Cos'è League Tools?

League Tools è un'estensione di Chrome sviluppata da leaguetools, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione League Tools

Scarica i file di estensione League Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
URL Ufficiale https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
Descrizione 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…
Dimensione del File 73.01 KB
Conteggio Installazioni 25
Versione Corrente 1.11
Ultimo Aggiornamento 2019-08-23
Data di Pubblicazione 2019-08-23
Sviluppatore leaguetools
Tipo di Pagamento free
Lingue Supportate 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"
}