Orion NFT

Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.

Orion NFT là gì?

Orion NFT là một tiện ích mở rộng Chrome được phát triển bởi sandgine, và tính năng chính của nó là "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.".

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

screenshot
screenshot
screenshot

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

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

                        Orion NFT the first extension to increase your flip on Opensea.

Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.                    

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

Tên Orion NFT Orion NFT
ID chifiemgnomlmdcnfelomkihkeapkedi
URL Chính Thức https://chromewebstore.google.com/detail/orion-nft/chifiemgnomlmdcnfelomkihkeapkedi
Mô tả Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.
Kích Thước Tệp 584 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-07-29
Ngày Phát Hành 2022-06-17
Nhà Phát Triển sandgine
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://orionnft.surge.sh
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Orion NFT",
    "version": "0.0.4",
    "description": "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Orion NFT",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/collection\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/import-main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/etherscan.io\/address\/*"
            ],
            "run_at": "document_start",
            "js": [
                "etherscan-script\/import-main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content-scripts\/main.js",
                "etherscan-script\/main.js"
            ],
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/etherscan.io\/*"
            ]
        }
    ]
}