OP.GG Summoner Search
Search for the games that you have played with a certain summoner.
¿Qué es OP.GG Summoner Search?
OP.GG Summoner Search es una extensión de Chrome desarrollada por Andy Young, y su función principal es "Search for the games that you have played with a certain summoner.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión OP.GG Summoner Search
Descarga archivos de extensión OP.GG Summoner Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This chrome extension adds another search bar to a summoners' opgg page that allows you to search for the games played with another summoner. It also adds a "Load All Games" button that will automatically load all games that is stored on the opgg database. As of 6/20/2020, 4 years since the last update, the extension has been completely refactored with much cleaner code. It is now truly as lightweight and optimized as possible with very efficient and clean code.
Información Básica de la Extensión
Nombre | OP.GG Summoner Search |
ID | dfnoddgekoeiljeaekobnchnedoipgpc |
URL Oficial | https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc |
Descripción | Search for the games that you have played with a certain summoner. |
Tamaño del Archivo | 38.56 KB |
Cantidad de Instalaciones | 3,178 |
Versión Actual | 3.0 |
Última Actualización | 2020-06-20 |
Fecha de Publicación | 2020-06-20 |
Calificación | 4.22/5 Total de 18 Calificaciones |
Desarrollador | Andy Young |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OP.GG Summoner Search", "description": "Search for the games that you have played with a certain summoner.", "version": "3.0", "content_scripts": [ { "matches": [ "*:\/\/*.op.gg\/summoner\/userName=*" ], "js": [ "content.js" ] } ], "icons": { "16": "opgg16.png", "48": "opgg48.png", "128": "opgg128.png" } } |