PokemonGo QR Generator

Generate QR images for Friend codes in Pokémon Go

Cos'è PokemonGo QR Generator?

PokemonGo QR Generator è un'estensione di Chrome sviluppata da AlfonsoML, e la sua funzione principale è "Generate QR images for Friend codes in Pokémon Go".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PokemonGo QR Generator

Scarica i file di estensione PokemonGo QR Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PokemonGo QR Generator PokemonGo QR Generator
ID ifjimlchiekliiejlcpcfafonbonancg
URL Ufficiale https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg
Descrizione Generate QR images for Friend codes in Pokémon Go
Dimensione del File 29.42 KB
Conteggio Installazioni 49
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-10-28
Data di Pubblicazione 2018-10-28
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore AlfonsoML
Tipo di Pagamento free
Sito Web dell'Estensione https://gitlab.com/AlfonsoML/pogoqr/
URL della Pagina di Aiuto https://gitlab.com/AlfonsoML/pogoqr/issues
Lingue Supportate 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
}