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 là gì?

jpg.store PLUS - Cardano CNFT Tool là một tiện ích mở rộng Chrome được phát triển bởi @SirezADA, và tính năng chính của nó là "Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng jpg.store PLUS - Cardano CNFT Tool

Tải xuống các tệp mở rộng jpg.store PLUS - Cardano CNFT Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên jpg.store PLUS - Cardano CNFT Tool jpg.store PLUS - Cardano CNFT Tool
ID emndkdeeljnhblojmnbdfhjjeoikdcek
URL Chính Thức https://chromewebstore.google.com/detail/jpgstore-plus-cardano-cnf/emndkdeeljnhblojmnbdfhjjeoikdcek
Mô tả Cardano NFT - CNFT Tool by @SirezADA. Improves your jpg.store experience by enriching the UI and adding new features.
Kích Thước Tệp 622 KB
Số Lần Cài Đặt 835
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2023-10-08
Ngày Phát Hành 2022-11-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển @SirezADA
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/SirezADA
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}