Orion NFT
Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.
Cos'è Orion NFT?
Orion NFT è un'estensione di Chrome sviluppata da sandgine, e la sua funzione principale è "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Orion NFT
Scarica i file di estensione Orion NFT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Orion NFT |
ID | chifiemgnomlmdcnfelomkihkeapkedi |
URL Ufficiale | https://chromewebstore.google.com/detail/orion-nft/chifiemgnomlmdcnfelomkihkeapkedi |
Descrizione | Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance. |
Dimensione del File | 584 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2022-07-29 |
Data di Pubblicazione | 2022-06-17 |
Sviluppatore | sandgine |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://orionnft.surge.sh |
Lingue Supportate | 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\/*" ] } ] } |