PokemonGo QR Generator

Generate QR images for Friend codes in Pokémon Go

Qu'est-ce que PokemonGo QR Generator ?

PokemonGo QR Generator est une extension Chrome développée par AlfonsoML, et sa fonction principale est "Generate QR images for Friend codes in Pokémon Go".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PokemonGo QR Generator

Téléchargez les fichiers d'extension PokemonGo QR Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PokemonGo QR Generator PokemonGo QR Generator
ID ifjimlchiekliiejlcpcfafonbonancg
URL Officiel https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg
Description Generate QR images for Friend codes in Pokémon Go
Taille du Fichier 29.42 KB
Nombre d'Installations 49
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-10-28
Date de Publication 2018-10-28
Évaluation 1.00/5 Total 1 Évaluations
Développeur AlfonsoML
Type de Paiement free
Site Web de l'Extension https://gitlab.com/AlfonsoML/pogoqr/
URL de la Page d'Aide https://gitlab.com/AlfonsoML/pogoqr/issues
Langues Prises en Charge 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
}