PokemonGo QR Generator

Generate QR images for Friend codes in Pokémon Go

Apa itu PokemonGo QR Generator?

PokemonGo QR Generator adalah ekstensi Chrome yang dikembangkan oleh AlfonsoML, dan fitur utamanya adalah "Generate QR images for Friend codes in Pokémon Go".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PokemonGo QR Generator

Unduh file ekstensi PokemonGo QR Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PokemonGo QR Generator PokemonGo QR Generator
ID ifjimlchiekliiejlcpcfafonbonancg
URL Resmi https://chromewebstore.google.com/detail/pokemongo-qr-generator/ifjimlchiekliiejlcpcfafonbonancg
Deskripsi Generate QR images for Friend codes in Pokémon Go
Ukuran File 29.42 KB
Jumlah Instalasi 49
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-10-28
Tanggal Publikasi 2018-10-28
Penilaian 1.00/5 Total 1 Penilaian
Pengembang AlfonsoML
Tipe Pembayaran free
Situs Ekstensi https://gitlab.com/AlfonsoML/pogoqr/
URL Halaman Bantuan https://gitlab.com/AlfonsoML/pogoqr/issues
Bahasa yang Didukung 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
}