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.
什麼是jpg.store PLUS - Cardano CNFT Tool?
jpg.store PLUS - Cardano CNFT Tool是由@SirezADA開發的Chrome擴展程式,該擴展的主要功能是“Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.”。
擴展截圖
下載jpg.store PLUS - Cardano CNFT Tool擴展crx文件
下載jpg.store PLUS - Cardano CNFT Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | emndkdeeljnhblojmnbdfhjjeoikdcek |
| 官方網址 | https://chromewebstore.google.com/detail/jpgstore-plus-cardano-cnf/emndkdeeljnhblojmnbdfhjjeoikdcek |
| 簡介 | Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features. |
| 檔案大小 | 622 KB |
| 安裝次數 | 835 |
| 目前版本 | 0.1.9 |
| 更新時間 | 2023-10-08 |
| 上架時間 | 2022-11-28 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | @SirezADA |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://twitter.com/SirezADA |
| 支援的語言 | 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"
}
} | |