OP.GG Summoner Search

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

Co to jest OP.GG Summoner Search?

OP.GG Summoner Search to rozszerzenie Chrome opracowane przez Andy Young, a jego główną funkcją jest „Search for the games that you have played with a certain summoner.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia OP.GG Summoner Search

Pobierz pliki rozszerzeń OP.GG Summoner Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa OP.GG Summoner Search OP.GG Summoner Search
ID dfnoddgekoeiljeaekobnchnedoipgpc
Oficjalny URL https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc
Opis Search for the games that you have played with a certain summoner.
Rozmiar pliku 38.56 KB
Liczba instalacji 3,178
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2020-06-20
Data Publikacji 2020-06-20
Ocena 4.22/5 Łącznie 18 Oceny
Deweloper Andy Young
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}