OP.GG Champion Search

Quicken the search for champion data and builds.

Что такое OP.GG Champion Search?

OP.GG Champion Search - это расширение Chrome, разработанное Andy Young, и его основная функция - "Quicken the search for champion data and builds.".

Снимки экрана расширения

Скачать файл CRX расширения OP.GG Champion Search

Скачайте файлы расширений OP.GG Champion Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        An extension that helps you access the opgg analytics page in a MUCH faster way.

Installation is easy, just visit the chrome web store link and install it, simple as that. The extension runs automatically in the background and detects summoner searches with the same name as champions. You can hide the extension's icon from the top right of your browser by right-clicking on it and selecting "Hide from Chrome Menu".

Usage is simple, you can search for the champion the same way you search for a summoner. If the summoner name is the same as a champion's name, it'll redirect you to the analytics page.                    

Основная информация о расширении

Название OP.GG Champion Search OP.GG Champion Search
ID cleepiomfpglinoccjnhcccoeooklcki
Официальный URL https://chrome.google.com/webstore/detail/opgg-champion-search/cleepiomfpglinoccjnhcccoeooklcki
Описание Quicken the search for champion data and builds.
Размер файла 67.2 KB
Количество установок 2,000
Текущая Версия 1.1
Последнее Обновление 2017-02-24
Дата публикации 2017-02-24
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Andy Young
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OP.GG Champion Search",
    "description": "Quicken the search for champion data and builds.",
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.op.gg\/*"
            ],
            "js": [
                "custom.js",
                "jquery-3.1.0.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "opgg16.png"
    },
    "icons": {
        "16": "opgg16.png",
        "48": "opgg48.png",
        "128": "opgg128.png"
    }
}