CNFT Tools Extension
CNFT Tools - All the tools you need to be a successful Cardano NFT collector.
Was ist CNFT Tools Extension?
CNFT Tools Extension ist eine Chrome-Erweiterung, die von https://cnft.tools entwickelt wurde, und ihr Hauptmerkmal ist "CNFT Tools - All the tools you need to be a successful Cardano NFT collector.".
Erweiterungsscreenshots
CNFT Tools Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie CNFT Tools Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Power up your CNFT.Tools & JPG.Store experience with data direct from CNFT.Tools! See your wallet value and NFTs directly in the Extension! The extension is exclusive to Vault holders initially and gives you: - Rarity Ranks directly in listings - Top Trait %s and floor values - Trait bar giving you quick view of all floor prices for the asset Many features in the pipeline to help you make the right decisions when buying and selling cardano nfts!
Grundlegende Informationen zur Erweiterung
Name | CNFT Tools Extension |
ID | aokalkceipbocdjadbkkcicbabigdfho |
Offizielle URL | https://chromewebstore.google.com/detail/cnft-tools-extension/aokalkceipbocdjadbkkcicbabigdfho |
Beschreibung | CNFT Tools - All the tools you need to be a successful Cardano NFT collector. |
Dateigröße | 375 KB |
Installationsanzahl | 1,040 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2024-02-03 |
Veröffentlichungsdatum | 2023-04-25 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://cnft.tools |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cnft.tools |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CNFT Tools Extension", "description": "CNFT Tools - All the tools you need to be a successful Cardano NFT collector.", "version": "0.1.1", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_title": "CNFT Tools Extension" }, "content_scripts": [ { "matches": [ "https:\/\/*.jpg.store\/*" ], "js": [ "siteContentFiles\/listingsContent.js" ], "css": [ "listingsStyles.css" ] }, { "matches": [ "https:\/\/*.cnft.tools\/*" ], "js": [ "js\/grabCookies.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/toolsicon.png", "48": "images\/toolsicon.png", "128": "images\/toolsicon.png" } } |