PokemonGo QR Generator

Generate QR images for Friend codes in Pokémon Go

Wat is PokemonGo QR Generator?

PokemonGo QR Generator is een Chrome-extensie ontwikkeld door AlfonsoML, en de belangrijkste functie is "Generate QR images for Friend codes in Pokémon Go".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PokemonGo QR Generator

Download PokemonGo QR Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PokemonGo QR Generator PokemonGo QR Generator
ID ifjimlchiekliiejlcpcfafonbonancg
Officiële URL https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg
Beschrijving Generate QR images for Friend codes in Pokémon Go
Bestandsgrootte 29.42 KB
Aantal Installaties 49
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-10-28
Publicatiedatum 2018-10-28
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar AlfonsoML
Betalingswijze free
Extensiewebsite https://gitlab.com/AlfonsoML/pogoqr/
Help Pagina-URL https://gitlab.com/AlfonsoML/pogoqr/issues
Ondersteunde Talen 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
}