NFT trait generator

Our extension makes it easier than ever to add unique traits to your NFTs, with just a few clicks.

NFT trait generatorคืออะไร?

NFT trait generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metaverseprofessional.tech และคุณลักษณะหลักของมันคือ "Our extension makes it easier than ever to add unique traits to your NFTs, with just a few clicks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NFT trait generator

ดาวน์โหลดไฟล์ส่วนขยาย NFT trait generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Price: $3.99 - One-time Fee

Free trial for 7 days, no credit card needed.

Elevate your NFTs on Manifold Studio effortlessly with our Browser Extension. Using advanced computer vision, this tool lets you add unique and valuable properties to your NFTs in just a few simple clicks.

🚀 Transform your NFTs into distinct and captivating digital assets. Here’s how our extension enhances your NFTs:

🎨 Enhanced Individuality: Add a variety of properties for a more personalized and standout NFT.
💎 Market Appeal: Boost your NFT’s allure and value in the digital art marketplace.

🔧 User-Friendly:

1. Go to Manifold Studio where your NFT is minted. 🌐
2. Install our Chrome extension and right-click on the NFT you want to upgrade. 🖱️
3. Enter the edit area on Manifold Studio to update your NFT’s properties. ✏️
4. Activate our extension to let it analyze your NFT using our cutting-edge computer vision technology. 🧠
5. Press the property button to automatically enhance your NFT with properties derived from the analysis, including detailed annotations and color ratios. 🌈

[Manifold.xyz 🔀](https://www.youtube.com/watch?v=H_eeS3cqSh8)

Download the Browser Extension from the Chrome Store now and make your NFTs stand out on Manifold Studio! Take your digital art to the next level with ease and style! 🎮🌟                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NFT trait generator NFT trait generator
ID dnikbilnnoihpabfpoeahacffnoafcde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nft-trait-generator/dnikbilnnoihpabfpoeahacffnoafcde
คำอธิบาย Our extension makes it easier than ever to add unique traits to your NFTs, with just a few clicks.
ขนาดไฟล์ 6.7 MB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2023-11-30
วันที่เผยแพร่ 2023-04-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://metaverseprofessional.tech
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://metaverseprofessional.tech/pages/chrome-extensions
URL หน้าช่วยเหลือ https://metaverseprofessional.tech/pages/contact
URL หน้านโยบายความเป็นส่วนตัว https://metaverseprofessional.tech/pages/privacy-policy-automatic-trait-generator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NFT trait generator",
    "short_name": "MVP1",
    "version": "2.1",
    "author": "Metaverse Professional",
    "description": "Our extension makes it easier than ever to add unique traits to your NFTs, with just a few clicks.",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "ExtPay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/studio.manifold.xyz\/*"
            ],
            "js": [
                "ExtPay.js",
                "marketplace_OpenSea.js",
                "marketplace_Manifold.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}