Orion NFT
Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.
Co je Orion NFT?
Orion NFT je rozšíření Chrome vyvinuté sandgine, a jeho hlavní funkcí je „Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Orion NFT
Stáhněte si soubory rozšíření Orion NFT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Orion NFT |
ID | chifiemgnomlmdcnfelomkihkeapkedi |
Oficiální URL | https://chromewebstore.google.com/detail/orion-nft/chifiemgnomlmdcnfelomkihkeapkedi |
Popis | Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance. |
Velikost souboru | 584 KB |
Počet instalací | 46 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2022-07-29 |
Datum Vydání | 2022-06-17 |
Vývojář | sandgine |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://orionnft.surge.sh |
Podporované Jazyky | 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\/*" ] } ] } |