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 là gì?

League Tools là một tiện ích mở rộng Chrome được phát triển bởi leaguetools, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng League Tools

Tải xuống các tệp mở rộng League Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên League Tools League Tools
ID adfmlfkckmgkihcokjmklncofffilhne
URL Chính Thức https://chrome.google.com/webstore/detail/adfmlfkckmgkihcokjmklncofffilhne
Mô tả 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…
Kích Thước Tệp 73.01 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2019-08-23
Ngày Phát Hành 2019-08-23
Nhà Phát Triển leaguetools
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}