WhaleDrop NFT Tools Beta
See your NFTs, NFT Market tools for Treasure Land, Bounce, and more!
What is WhaleDrop NFT Tools Beta?
WhaleDrop NFT Tools Beta is a Chrome extension developed by https://whaledrop.com, and its main feature is "See your NFTs, NFT Market tools for Treasure Land, Bounce, and more!".
Extension Screenshots
Download WhaleDrop NFT Tools Beta Extension CRX File
Download WhaleDrop NFT Tools Beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | WhaleDrop NFT Tools Beta |
ID | nhajpfigpkohoedlgnpgjabgffadpdbb |
Official URL | https://chromewebstore.google.com/detail/whaledrop-nft-tools-beta/nhajpfigpkohoedlgnpgjabgffadpdbb |
Description | See your NFTs, NFT Market tools for Treasure Land, Bounce, and more! |
File Size | 5.11 MB |
Installation Count | 15 |
Current Version | 0.1 |
Last Updated | 2021-04-05 |
Publish Date | 2021-04-05 |
Developer | https://whaledrop.com |
[email protected] | |
Payment Type | free |
Extension Website | https://whaledrop.com |
Privacy Policy Page URL | https://whaledrop.com/privacypolicy |
Supported Languages | 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" } |