PokemonGo QR Generator
Generate QR images for Friend codes in Pokémon Go
Was ist PokemonGo QR Generator?
PokemonGo QR Generator ist eine Chrome-Erweiterung, die von AlfonsoML entwickelt wurde, und ihr Hauptmerkmal ist "Generate QR images for Friend codes in Pokémon Go".
Erweiterungsscreenshots
PokemonGo QR Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie PokemonGo QR Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ifjimlchiekliiejlcpcfafonbonancg |
Offizielle URL | https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg |
Beschreibung | Generate QR images for Friend codes in Pokémon Go |
Dateigröße | 29.42 KB |
Installationsanzahl | 49 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2018-10-28 |
Veröffentlichungsdatum | 2018-10-28 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | AlfonsoML |
Zahlungsart | free |
Erweiterungswebsite | https://gitlab.com/AlfonsoML/pogoqr/ |
Hilfeseite URL | https://gitlab.com/AlfonsoML/pogoqr/issues |
Unterstützte Sprachen | 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 } |