WhaleDrop NFT Tools Beta
See your NFTs, NFT Market tools for Treasure Land, Bounce, and more!
Cos'è WhaleDrop NFT Tools Beta?
WhaleDrop NFT Tools Beta è un'estensione di Chrome sviluppata da https://whaledrop.com, e la sua funzione principale è "See your NFTs, NFT Market tools for Treasure Land, Bounce, and more!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhaleDrop NFT Tools Beta
Scarica i file di estensione WhaleDrop NFT Tools Beta 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
Beta Version - Sort and view your alpaca NFTs - Fix egg bugs for treasureland - Get more info by adding more alpaca details on marketplaces (Bounce + Treasureland)
Informazioni di Base sull'Estensione
Nome | WhaleDrop NFT Tools Beta |
ID | nhajpfigpkohoedlgnpgjabgffadpdbb |
URL Ufficiale | https://chromewebstore.google.com/detail/whaledrop-nft-tools-beta/nhajpfigpkohoedlgnpgjabgffadpdbb |
Descrizione | See your NFTs, NFT Market tools for Treasure Land, Bounce, and more! |
Dimensione del File | 5.11 MB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-04-05 |
Data di Pubblicazione | 2021-04-05 |
Sviluppatore | https://whaledrop.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://whaledrop.com |
URL della Pagina della Politica sulla Privacy | https://whaledrop.com/privacypolicy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhaleDrop NFT Tools Beta", "manifest_version": 2, "version": "0.1", "description": "See your NFTs, NFT Market tools for Treasure Land, Bounce, and more!", "browser_action": { "default_popup": "login.html", "default_icon": "assets\/whalelogo.png" }, "icons": { "16": "assets\/whalelogo.png", "48": "assets\/whalelogo.png", "128": "assets\/whalelogo.png" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "*\/\/*.alpaca.city\/*", "*\/\/*.treasureland.market\/*", "*\/\/*.bounce.finance\/*" ], "devtools_page": "devtools.html" } |