jpg.store PLUS - Cardano CNFT Tool
Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.
Was ist jpg.store PLUS - Cardano CNFT Tool?
jpg.store PLUS - Cardano CNFT Tool ist eine Chrome-Erweiterung, die von @SirezADA entwickelt wurde, und ihr Hauptmerkmal ist "Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.".
Erweiterungsscreenshots
jpg.store PLUS - Cardano CNFT Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie jpg.store PLUS - Cardano CNFT Tool-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
This extension aims to add additional useful information to jpg.store listings. Useful for every Cardano / CNFT enthusiast!
Features:
- Show floor walls on collections page (How many NFTs must be sold util floor doubles, triples, ...)
- Show floor value of NFTs in "MyNFTs"-Tab (Profile) + calculates the total floor value
- Bundles NFTs by policyId in the "MyNFTs"-Tab
- adds daily $RUNE reward info to mallard order nfts
- adds daily $AWOO reward info and rarity rank to unbothered wolves nfts
- adds rarity and daily $WARI reward info to phoenix arena nfts
- adds additional information to Ape Nation NFTs
- adds additional information to Space Ape Club NFTs
- adds $KITS rewards to Blurry Kits Lounge NFTs
- adds $HOARD rewards to Ancient Dragon Ascendants NFTs
- adds $WORK rewards to The Working Dead NFTs Grundlegende Informationen zur Erweiterung
| Name | |
| ID | emndkdeeljnhblojmnbdfhjjeoikdcek |
| Offizielle URL | https://chromewebstore.google.com/detail/jpgstore-plus-cardano-cnf/emndkdeeljnhblojmnbdfhjjeoikdcek |
| Beschreibung | Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features. |
| Dateigröße | 622 KB |
| Installationsanzahl | 835 |
| Aktuelle Version | 0.1.9 |
| Letztes Update | 2023-10-08 |
| Veröffentlichungsdatum | 2022-11-28 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | @SirezADA |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://twitter.com/SirezADA |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "jpg.store PLUS - Cardano CNFT Tool",
"version": "0.1.9",
"description": "Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"content_script\/content.js"
],
"matches": [
"https:\/\/www.jpg.store\/*"
],
"css": [
"content_script\/styles\/main.css"
]
}
],
"action": {
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background\/background.js"
}
} | |