PokemonGo QR Generator
Generate QR images for Friend codes in Pokémon Go
PokemonGo QR Generator क्या है?
PokemonGo QR Generator AlfonsoML द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate QR images for Friend codes in Pokémon Go"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PokemonGo QR Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ifjimlchiekliiejlcpcfafonbonancg |
आधिकारिक URL | https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg |
विवरण | Generate QR images for Friend codes in Pokémon Go |
फ़ाइल का आकार | 29.42 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-10-28 |
प्रकाशन तिथि | 2018-10-28 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | AlfonsoML |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gitlab.com/AlfonsoML/pogoqr/ |
सहायता पृष्ठ URL | https://gitlab.com/AlfonsoML/pogoqr/issues |
समर्थित भाषाएँ | 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 } |