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とは何ですか?
Bloxy NFT CreatorはDeveloperによって開発されたChromeの拡張機能で、その主な機能は「Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar」です。
拡張機能のスクリーンショット
Bloxy NFT Creator拡張機能のCRXファイルをダウンロード
Bloxy NFT Creator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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)
拡張機能の基本情報
名前 | |
ID | lkfemghfnbonpdocgmnkfljfcjfmieee |
公式URL | https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee |
説明 | Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar |
ファイルサイズ | 4.5 KB |
インストール数 | 47 |
現在のバージョン | 2.9.3 |
最終更新日 | 2022-04-26 |
公開日 | 2022-04-26 |
評価 | 4.05/5 合計 20 レビュー |
開発者 | Developer |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://bloxy.info/about/privacy_policy |
対応言語 | 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" ] } ] } |