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…

Что такое League Tools?

League Tools - это расширение Chrome, разработанное leaguetools, и его основная функция - "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
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения League Tools

Скачайте файлы расширений League Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
Официальный URL https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
Описание 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…
Размер файла 73.01 KB
Количество установок 25
Текущая Версия 1.11
Последнее Обновление 2019-08-23
Дата публикации 2019-08-23
Разработчик leaguetools
Тип оплаты free
Поддерживаемые языки 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"
}