OP.GG Summoner Search

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

Qu'est-ce que OP.GG Summoner Search ?

OP.GG Summoner Search est une extension Chrome développée par Andy Young, et sa fonction principale est "Search for the games that you have played with a certain summoner.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension OP.GG Summoner Search

Téléchargez les fichiers d'extension OP.GG Summoner Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OP.GG Summoner Search OP.GG Summoner Search
ID dfnoddgekoeiljeaekobnchnedoipgpc
URL Officiel https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc
Description Search for the games that you have played with a certain summoner.
Taille du Fichier 38.56 KB
Nombre d'Installations 3,178
Version Actuelle 3.0
Dernière Mise à Jour 2020-06-20
Date de Publication 2020-06-20
Évaluation 4.22/5 Total 18 Évaluations
Développeur Andy Young
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}