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