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 DrN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में League of Legends Scouting Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}