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…

Was ist League Tools?

League Tools ist eine Chrome-Erweiterung, die von leaguetools entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

League Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie League Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
Offizielle URL https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
Beschreibung 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…
Dateigröße 73.01 KB
Installationsanzahl 25
Aktuelle Version 1.11
Letztes Update 2019-08-23
Veröffentlichungsdatum 2019-08-23
Entwickler leaguetools
Zahlungsart free
Unterstützte Sprachen 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"
}