PokemonGo QR Generator

Generate QR images for Friend codes in Pokémon Go

Что такое PokemonGo QR Generator?

PokemonGo QR Generator - это расширение Chrome, разработанное AlfonsoML, и его основная функция - "Generate QR images for Friend codes in Pokémon Go".

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

screenshot

Скачать файл CRX расширения PokemonGo QR Generator

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

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

                        This extensions tries to simplify the process of adding new friends in Pokemon Go, instead of manually typing in your phone the codes posted in reddit.com/r/pokemongotrades/ you select the code and then a QR image will be displayed that you can scan with your game to easily send the request.                    

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

Название PokemonGo QR Generator PokemonGo QR Generator
ID ifjimlchiekliiejlcpcfafonbonancg
Официальный URL https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg
Описание Generate QR images for Friend codes in Pokémon Go
Размер файла 29.42 KB
Количество установок 49
Текущая Версия 1.0.1
Последнее Обновление 2018-10-28
Дата публикации 2018-10-28
Рейтинг 1.00/5 Всего 1 оценок
Разработчик AlfonsoML
Тип оплаты free
Официальный сайт расширения https://gitlab.com/AlfonsoML/pogoqr/
URL страницы помощи https://gitlab.com/AlfonsoML/pogoqr/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PokemonGo QR Generator",
    "version": "1.0.1",
    "description": "Generate QR images for Friend codes in Pok\u00e9mon Go",
    "icons": {
        "48": "icons\/qr48.png",
        "128": "icons\/qr128.png",
        "256": "icons\/qr256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/pokemongotrades\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}