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