PokemonGo QR Generator
Generate QR images for Friend codes in Pokémon Go
What is PokemonGo QR Generator?
PokemonGo QR Generator is a Chrome extension developed by AlfonsoML, and its main feature is "Generate QR images for Friend codes in Pokémon Go".
Extension Screenshots
Download PokemonGo QR Generator Extension CRX File
Download PokemonGo QR Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ifjimlchiekliiejlcpcfafonbonancg |
Official URL | https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg |
Description | Generate QR images for Friend codes in Pokémon Go |
File Size | 29.42 KB |
Installation Count | 49 |
Current Version | 1.0.1 |
Last Updated | 2018-10-28 |
Publish Date | 2018-10-28 |
Rating | 1.00/5 Total 1 Ratings |
Developer | AlfonsoML |
Payment Type | free |
Extension Website | https://gitlab.com/AlfonsoML/pogoqr/ |
Help Page URL | https://gitlab.com/AlfonsoML/pogoqr/issues |
Supported Languages | 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 } |