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是由leaguetools开发的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…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载League Tools扩展crx文件

下载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"
}