PokemonGo QR Generator

Generate QR images for Friend codes in Pokémon Go

Τι είναι το PokemonGo QR Generator;

Το PokemonGo QR Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AlfonsoML, και η κύρια λειτουργία του είναι "Generate QR images for Friend codes in Pokémon Go".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PokemonGo QR Generator

Λήψη αρχείων επέκτασης PokemonGo QR Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PokemonGo QR Generator PokemonGo QR Generator
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
}