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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
            ]
        }
    ]
}