League of Legends Scouting Helper
An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany.
O que é League of Legends Scouting Helper?
League of Legends Scouting Helper é uma extensão do Chrome desenvolvida por DrN, e sua principal característica é "An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão League of Legends Scouting Helper
Baixe arquivos de extensão League of Legends Scouting Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | League of Legends Scouting Helper |
ID | ianlccdkhaacnpclpoojahmcjaibkcpf |
URL Oficial | https://chromewebstore.google.com/detail/league-of-legends-scoutin/ianlccdkhaacnpclpoojahmcjaibkcpf |
Descrição | An extention to help you scout your opponents both on Prime League as well as for Uni Liga germany. |
Tamanho do Arquivo | 22.48 KB |
Contagem de Instalações | 703 |
Versão Atual | 1.3.3 |
Última Atualização | 2024-02-15 |
Data de Publicação | 2020-05-07 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | DrN |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |