Mint: Solana NFT Collage Maker

Combine many NFTs into one image

What is Mint: Solana NFT Collage Maker?

Mint: Solana NFT Collage Maker is a Chrome extension developed by Parrot: NFT Trait Sniping, and its main feature is "Combine many NFTs into one image".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mint: Solana NFT Collage Maker Extension CRX File

Download Mint: Solana NFT Collage Maker 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

                        The Mint Solana NFT Collage maker helps you easily make a collage of your favorite NFTs on Magic Eden. Instead of saving pictures and manually creating a collage to show off on Twitter or Discord, just use our simple tool which will do it for you.

Install our extension, go to your wallet on Magic Eden, flip the switch at the bottom right. Checkboxes appear on all your NFTs. Select which ones you want a collage of and click "Combine" at the bottom. Done!

Inspired by Penny •$•                    

Extension Basic Information

Name Mint: Solana NFT Collage Maker Mint: Solana NFT Collage Maker
ID fcgdcdhmmpkoobebbmoldhjiphankmjc
Official URL https://chromewebstore.google.com/detail/mint-solana-nft-collage-m/fcgdcdhmmpkoobebbmoldhjiphankmjc
Description Combine many NFTs into one image
File Size 165 KB
Installation Count 142
Current Version 1.0.0
Last Updated 2022-04-19
Publish Date 2022-04-19
Developer Parrot: NFT Trait Sniping
Email [email protected]
Payment Type free
Extension Website http://www.traitsniping.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Combine many NFTs into one image",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Mint: Solana NFT Collage Maker",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.magiceden.io\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "icon-m.png",
                "Avenir-Regular.ttf"
            ],
            "matches": [
                "https:\/\/www.magiceden.io\/*"
            ]
        }
    ]
}