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…

Vad är League Tools?

League Tools är en Chrome-tillägg utvecklad av leaguetools, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner League Tools-förlängningens CRX-fil

Ladda ner League Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
Officiell webbadress https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
Beskrivning 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…
Filstorlek 73.01 KB
Antal Installationer 25
Aktuell Version 1.11
Senast Uppdaterad 2019-08-23
Publiceringsdatum 2019-08-23
Utvecklare leaguetools
Betalningssätt free
Stödda Språk 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"
}