Sweep (by Wild Tangz)

Sweep Cardano NFTs across traits, policies, and marketplaces

Vad är Sweep (by Wild Tangz)?

Sweep (by Wild Tangz) är en Chrome-tillägg utvecklad av https://wildtangz.com, och dess huvudfunktion är "Sweep Cardano NFTs across traits, policies, and marketplaces".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Sweep (by Wild Tangz)-förlängningens CRX-fil

Ladda ner Sweep (by Wild Tangz)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sweep (by Wild Tangz) Sweep (by Wild Tangz)
ID hafheninobipdhjgleepapmnggfjomgf
Officiell webbadress https://chromewebstore.google.com/detail/sweep-by-wild-tangz/hafheninobipdhjgleepapmnggfjomgf
Beskrivning Sweep Cardano NFTs across traits, policies, and marketplaces
Filstorlek 115 KB
Antal Installationer 185
Aktuell Version 1.13
Senast Uppdaterad 2023-05-15
Publiceringsdatum 2022-09-20
Utvecklare https://wildtangz.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wildtangz.com/sweep
Hjälpsida URL https://discord.gg/wildtangz
URL till Sekretesspolicy Sidan https://www.wildtangz.com/terms-and-conditions
Stödda Språk 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"
            ]
        }
    ]
}