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