NFT Airdrop Manager
All your airdrops in one place!
What is NFT Airdrop Manager?
NFT Airdrop Manager is a Chrome extension developed by NFT Magicians, and its main feature is "All your airdrops in one place!".
Extension Screenshots
Download NFT Airdrop Manager Extension CRX File
Download NFT Airdrop Manager 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
Simple tool to ease your search for airdrops in NFT space!
Extension Basic Information
Name | NFT Airdrop Manager |
ID | ohalndninddkaceoghngcpcmeeboppkm |
Official URL | https://chromewebstore.google.com/detail/nft-airdrop-manager/ohalndninddkaceoghngcpcmeeboppkm |
Description | All your airdrops in one place! |
File Size | 874 KB |
Installation Count | 78 |
Current Version | 1.0.9 |
Last Updated | 2024-02-09 |
Publish Date | 2023-03-06 |
Rating | 5.00/5 Total 4 Ratings |
Developer | NFT Magicians |
[email protected] | |
Payment Type | free |
Extension Website | https://airdropmanager.xyz/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFT Airdrop Manager", "description": "All your airdrops in one place!", "version": "1.0.9", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "index.html", "default_title": "Airdrop Extension", "default_icon": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "background", "alarms" ] } |