OP.GG Summoner Search

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

Co je OP.GG Summoner Search?

OP.GG Summoner Search je rozšíření Chrome vyvinuté Andy Young, a jeho hlavní funkcí je „Search for the games that you have played with a certain summoner.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření OP.GG Summoner Search

Stáhněte si soubory rozšíření OP.GG Summoner Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název OP.GG Summoner Search OP.GG Summoner Search
ID dfnoddgekoeiljeaekobnchnedoipgpc
Oficiální URL https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc
Popis Search for the games that you have played with a certain summoner.
Velikost souboru 38.56 KB
Počet instalací 3,178
Aktuální Verze 3.0
Poslední Aktualizace 2020-06-20
Datum Vydání 2020-06-20
Hodnocení 4.22/5 Celkem 18 Hodnocení
Vývojář Andy Young
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}