NFT Airdrop Manager
All your airdrops in one place!
Wat is NFT Airdrop Manager?
NFT Airdrop Manager is een Chrome-extensie ontwikkeld door NFT Magicians, en de belangrijkste functie is "All your airdrops in one place!".
Extensie Screenshots
Download het CRX-bestand van de extensie NFT Airdrop Manager
Download NFT Airdrop Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple tool to ease your search for airdrops in NFT space! Basisinformatie over de Extensie
| Naam | |
| ID | ohalndninddkaceoghngcpcmeeboppkm |
| Officiële URL | https://chromewebstore.google.com/detail/nft-airdrop-manager/ohalndninddkaceoghngcpcmeeboppkm |
| Beschrijving | All your airdrops in one place! |
| Bestandsgrootte | 874 KB |
| Aantal Installaties | 78 |
| Huidige Versie | 1.0.9 |
| Laatst Bijgewerkt | 2024-02-09 |
| Publicatiedatum | 2023-03-06 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | NFT Magicians |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://airdropmanager.xyz/ |
| Ondersteunde Talen | 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"
]
} | |