OP.GG Summoner Search

Search for the games that you have played with a certain summoner.

Cos'è OP.GG Summoner Search?

OP.GG Summoner Search è un'estensione di Chrome sviluppata da Andy Young, e la sua funzione principale è "Search for the games that you have played with a certain summoner.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione OP.GG Summoner Search

Scarica i file di estensione OP.GG Summoner Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OP.GG Summoner Search OP.GG Summoner Search
ID dfnoddgekoeiljeaekobnchnedoipgpc
URL Ufficiale https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc
Descrizione Search for the games that you have played with a certain summoner.
Dimensione del File 38.56 KB
Conteggio Installazioni 3,178
Versione Corrente 3.0
Ultimo Aggiornamento 2020-06-20
Data di Pubblicazione 2020-06-20
Valutazione 4.22/5 Totale 18 Valutazioni
Sviluppatore Andy Young
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}