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…

Hvad er League Tools?

League Tools er en Chrome-udvidelse udviklet af leaguetools, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download League Tools-udvidelses-CRX-fil

Download League Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
Officiel URL https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
Beskrivelse 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…
Filstørrelse 73.01 KB
Antal Installationer 25
Nuværende Version 1.11
Senest Opdateret 2019-08-23
Udgivelsesdato 2019-08-23
Udvikler leaguetools
Betalingsmetode free
Understøttede Sprog 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"
}