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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |