OP.GG Summoner Search

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

Was ist OP.GG Summoner Search?

OP.GG Summoner Search ist eine Chrome-Erweiterung, die von Andy Young entwickelt wurde, und ihr Hauptmerkmal ist "Search for the games that you have played with a certain summoner.".

Erweiterungsscreenshots

OP.GG Summoner Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie OP.GG Summoner Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OP.GG Summoner Search OP.GG Summoner Search
ID dfnoddgekoeiljeaekobnchnedoipgpc
Offizielle URL https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc
Beschreibung Search for the games that you have played with a certain summoner.
Dateigröße 38.56 KB
Installationsanzahl 3,178
Aktuelle Version 3.0
Letztes Update 2020-06-20
Veröffentlichungsdatum 2020-06-20
Bewertung 4.22/5 Insgesamt 18 Bewertungen
Entwickler Andy Young
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}