Bloxy NFT Creator
Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Bloxy NFT Creator là gì?
Bloxy NFT Creator là một tiện ích mở rộng Chrome được phát triển bởi Developer, và tính năng chính của nó là "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bloxy NFT Creator
Tải xuống các tệp mở rộng Bloxy NFT Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lkfemghfnbonpdocgmnkfljfcjfmieee |
URL Chính Thức | https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee |
Mô tả | Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar |
Kích Thước Tệp | 4.5 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 2.9.3 |
Cập Nhật Lần Cuối | 2022-04-26 |
Ngày Phát Hành | 2022-04-26 |
Đánh Giá | 4.05/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Developer |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://bloxy.info/about/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |