Orion NFT

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

ما هو Orion NFT؟

Orion NFT هو إضافة Chrome تم تطويرها بواسطة sandgine، والميزة الرئيسية لها هي "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Orion NFT

قم بتنزيل ملفات الامتداد Orion NFT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Orion NFT Orion NFT
ID chifiemgnomlmdcnfelomkihkeapkedi
عنوان URL الرسمي https://chromewebstore.google.com/detail/orion-nft/chifiemgnomlmdcnfelomkihkeapkedi
الوصف Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.
حجم الملف 584 KB
عدد التثبيتات 46
النسخة الحالية 0.0.4
آخر تحديث 2022-07-29
تاريخ النشر 2022-06-17
المطور sandgine
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://orionnft.surge.sh
اللغات المدعومة 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\/*"
            ]
        }
    ]
}