CNFT Tools Extension

CNFT Tools - All the tools you need to be a successful Cardano NFT collector.

CNFT Tools Extension là gì?

CNFT Tools Extension là một tiện ích mở rộng Chrome được phát triển bởi https://cnft.tools, và tính năng chính của nó là "CNFT Tools - All the tools you need to be a successful Cardano NFT collector.".

Ả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 CNFT Tools Extension

Tải xuống các tệp mở rộng CNFT Tools Extension 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

                        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!                    

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

Tên CNFT Tools Extension CNFT Tools Extension
ID aokalkceipbocdjadbkkcicbabigdfho
URL Chính Thức https://chromewebstore.google.com/detail/cnft-tools-extension/aokalkceipbocdjadbkkcicbabigdfho
Mô tả CNFT Tools - All the tools you need to be a successful Cardano NFT collector.
Kích Thước Tệp 375 KB
Số Lần Cài Đặt 1,040
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2024-02-03
Ngày Phát Hành 2023-04-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://cnft.tools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cnft.tools
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}