Orion NFT

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

Qu'est-ce que Orion NFT ?

Orion NFT est une extension Chrome développée par sandgine, et sa fonction principale est "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Orion NFT

Téléchargez les fichiers d'extension Orion NFT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Orion NFT Orion NFT
ID chifiemgnomlmdcnfelomkihkeapkedi
URL Officiel https://chromewebstore.google.com/detail/orion-nft/chifiemgnomlmdcnfelomkihkeapkedi
Description Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.
Taille du Fichier 584 KB
Nombre d'Installations 46
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-07-29
Date de Publication 2022-06-17
Développeur sandgine
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://orionnft.surge.sh
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}