Sweep (by Wild Tangz)

Sweep Cardano NFTs across traits, policies, and marketplaces

Sweep (by Wild Tangz)란 무엇입니까?

Sweep (by Wild Tangz)은(는) https://wildtangz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sweep Cardano NFTs across traits, policies, and marketplaces"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sweep (by Wild Tangz) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}