Bloxy NFT Creator

Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar

Apa itu Bloxy NFT Creator?

Bloxy NFT Creator adalah ekstensi Chrome yang dikembangkan oleh Developer, dan fitur utamanya adalah "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bloxy NFT Creator

Unduh file ekstensi Bloxy NFT Creator 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 tool is currently in beta testing, as Bloxy NFT's are currently yet to be released. Whitelisted users will have the ability to use it pre-release.

Characters can only be retrieved in R6 mode, and some hats and assets may not load properly (typically User-generated content)                    

Informasi Dasar Ekstensi

Nama Bloxy NFT Creator Bloxy NFT Creator
ID lkfemghfnbonpdocgmnkfljfcjfmieee
URL Resmi https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee
Deskripsi Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Ukuran File 4.5 KB
Jumlah Instalasi 47
Versi Saat Ini 2.9.3
Terakhir Diperbarui 2022-04-26
Tanggal Publikasi 2022-04-26
Penilaian 4.05/5 Total 20 Penilaian
Pengembang Developer
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://bloxy.info/about/privacy_policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bloxy NFT Creator",
    "description": "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar",
    "version": "2.9.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}