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”。
擴展截圖
下載Sweep (by Wild Tangz)擴展crx文件
下載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) |
ID | hafheninobipdhjgleepapmnggfjomgf |
官方網址 | 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" ] } ] } |