helloNFT

A tool for NFT traders and collectors.

helloNFT là gì?

helloNFT là một tiện ích mở rộng Chrome được phát triển bởi https://hellonft.pro, và tính năng chính của nó là "A tool for NFT traders and collectors.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng helloNFT

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

                        - Track NFT floor prices.
- Timezone tool.
- Quickly check premint winning status.
- And more features for NFT players...                    

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

Tên helloNFT helloNFT
ID ndjjlknbdkahjolicfjkdceldekhbbnk
URL Chính Thức https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk
Mô tả A tool for NFT traders and collectors.
Kích Thước Tệp 3.29 MB
Số Lần Cài Đặt 8,051
Phiên Bản Hiện Tại 1.1.22
Cập Nhật Lần Cuối 2023-05-26
Ngày Phát Hành 2022-04-17
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://hellonft.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hellonft.pro/
URL Trang Trợ Giúp https://hellonft.pro/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "helloNFT",
    "manifest_version": 3,
    "version": "1.1.22",
    "description": "A tool for NFT traders and collectors.",
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "helloNFT",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hellonft.pro\/*"
        ]
    },
    "homepage_url": "http:\/\/hellonft.pro",
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.premint.xyz\/collectors\/entries\/"
    ]
}