OP.GG Summoner Search
Search for the games that you have played with a certain summoner.
Что такое OP.GG Summoner Search?
OP.GG Summoner Search - это расширение Chrome, разработанное Andy Young, и его основная функция - "Search for the games that you have played with a certain summoner.".
Снимки экрана расширения
Скачать файл CRX расширения OP.GG Summoner Search
Скачайте файлы расширений OP.GG Summoner Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | OP.GG Summoner Search |
ID | dfnoddgekoeiljeaekobnchnedoipgpc |
Официальный URL | https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc |
Описание | Search for the games that you have played with a certain summoner. |
Размер файла | 38.56 KB |
Количество установок | 3,178 |
Текущая Версия | 3.0 |
Последнее Обновление | 2020-06-20 |
Дата публикации | 2020-06-20 |
Рейтинг | 4.22/5 Всего 18 оценок |
Разработчик | Andy Young |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |