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
官方網址 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
}