Sweep (by Wild Tangz)

Sweep Cardano NFTs across traits, policies, and marketplaces

Sweep (by Wild Tangz) क्या है?

Sweep (by Wild Tangz) https://wildtangz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sweep Cardano NFTs across traits, policies, and marketplaces"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sweep (by Wild Tangz) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://discord.gg/wildtangz
गोपनीयता नीति पृष्ठ URL 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"
            ]
        }
    ]
}