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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}