League of Legends Scouting Helper

An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany.

League of Legends Scouting Helperคืออะไร?

League of Legends Scouting Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DrN และคุณลักษณะหลักของมันคือ "An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย League of Legends Scouting Helper

ดาวน์โหลดไฟล์ส่วนขยาย League of Legends Scouting Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Eine Chrome Erweiterung mit die das scouten von Gegnern in der Prime League, sowie in der deutschen Uni Liga erleichtert.
Sie Fügt den jeweiligen Seiten (siehe Screenshots) op.gg Multi Links hinzu damit man die Namen nicht selbst abtippen muss.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ League of Legends Scouting Helper League of Legends Scouting Helper
ID ianlccdkhaacnpclpoojahmcjaibkcpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/league-of-legends-scoutin/ianlccdkhaacnpclpoojahmcjaibkcpf
คำอธิบาย An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany.
ขนาดไฟล์ 22.48 KB
จำนวนการติดตั้ง 703
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2020-05-07
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา DrN
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "League of Legends Scouting Helper",
    "version": "1.3.3",
    "description": "An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany.",
    "permissions": [],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "premierTourHelperLib.js",
                "teamPage.js"
            ],
            "matches": [
                "*:\/\/www.primeleague.gg\/leagues\/teams\/*"
            ]
        },
        {
            "js": [
                "premierTourHelperLib.js",
                "matchPage.js"
            ],
            "matches": [
                "*:\/\/www.primeleague.gg\/leagues\/matches\/*"
            ]
        },
        {
            "js": [
                "premierTourHelperLib.js",
                "toornamentMatchPage.js"
            ],
            "matches": [
                "*:\/\/www.toornament.com\/*\/tournaments\/*\/matches\/*\/players",
                "*:\/\/www.toornament.com\/*\/tournaments\/*\/participants\/*\/info"
            ]
        }
    ],
    "manifest_version": 3
}