Sweep (by Wild Tangz)

Sweep Cardano NFTs across traits, policies, and marketplaces

ما هو Sweep (by Wild Tangz)؟

Sweep (by Wild Tangz) هو إضافة Chrome تم تطويرها بواسطة https://wildtangz.com، والميزة الرئيسية لها هي "Sweep Cardano NFTs across traits, policies, and marketplaces".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sweep (by Wild Tangz)

قم بتنزيل ملفات الامتداد Sweep (by Wild Tangz) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        For sweeping NFTs across various policies, traits, and marketplaces in the Cardano NFT ecosystem.

--------------------------------------
4,444 hand-drawn, unique, orangutan NFTs on Cardano that will fund open-source development and members-only software. Our dev is our artist. Doxxed and already building. We’re wild. 

Our team has a deep background in both the Cardano NFT space and artificial intelligence.  For this collection, we are using hand-drawn art combined with machine learning to generate 4,444 unique pieces of art.  Tangz holders will get access to special software services using on-chain verification. Our toolkits will be open sourced regularly, and our code can majorly scale - the entire mint is being run on a single laptop and Squarespace.

It’s probably nothing.                    

معلومات أساسية عن التمديد

الاسم Sweep (by Wild Tangz) Sweep (by Wild Tangz)
ID hafheninobipdhjgleepapmnggfjomgf
عنوان URL الرسمي https://chromewebstore.google.com/detail/sweep-by-wild-tangz/hafheninobipdhjgleepapmnggfjomgf
الوصف Sweep Cardano NFTs across traits, policies, and marketplaces
حجم الملف 115 KB
عدد التثبيتات 185
النسخة الحالية 1.13
آخر تحديث 2023-05-15
تاريخ النشر 2022-09-20
المطور https://wildtangz.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://wildtangz.com/sweep
عنوان صفحة المساعدة https://discord.gg/wildtangz
عنوان صفحة سياسة الخصوصية https://www.wildtangz.com/terms-and-conditions
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sweep (by Wild Tangz)",
    "description": "Sweep Cardano NFTs across traits, policies, and marketplaces",
    "version": "1.13",
    "manifest_version": 3,
    "icons": {
        "48": "favicon-48.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": "opensweeper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cnft.tools\/*"
            ],
            "css": [
                "cnfttools.css",
                "cart.css"
            ],
            "js": [
                "cnfttools.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.epoch.art\/*"
            ],
            "css": [
                "epochart.css",
                "cart.css"
            ],
            "js": [
                "epochart.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.jpg.store\/*"
            ],
            "css": [
                "jpgstore.css",
                "cart.css"
            ],
            "js": [
                "jpgstore.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.wildtangz.com\/sweep"
            ],
            "css": [
                "sweep.css"
            ],
            "js": [
                "sweep.js"
            ]
        }
    ]
}