PokemonGo QR Generator
Generate QR images for Friend codes in Pokémon Go
Co to jest PokemonGo QR Generator?
PokemonGo QR Generator to rozszerzenie Chrome opracowane przez AlfonsoML, a jego główną funkcją jest „Generate QR images for Friend codes in Pokémon Go”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PokemonGo QR Generator
Pobierz pliki rozszerzeń PokemonGo QR Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ifjimlchiekliiejlcpcfafonbonancg |
Oficjalny URL | https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg |
Opis | Generate QR images for Friend codes in Pokémon Go |
Rozmiar pliku | 29.42 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-10-28 |
Data Publikacji | 2018-10-28 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | AlfonsoML |
Typ Płatności | free |
Strona Rozszerzenia | https://gitlab.com/AlfonsoML/pogoqr/ |
Adres URL Strony Pomocy | https://gitlab.com/AlfonsoML/pogoqr/issues |
Obsługiwane Języki | 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 } |