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によって開発されたChromeの拡張機能で、その主な機能は「An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

League of Legends Scouting Helper拡張機能のCRXファイルをダウンロード

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
Eメール [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
}