OpenSea Bulk List for Sale

List for sale on OpenSea an entire NFT collection on autopilot.

Cos'è OpenSea Bulk List for Sale?

OpenSea Bulk List for Sale è un'estensione di Chrome sviluppata da http://koalamint.com, e la sua funzione principale è "List for sale on OpenSea an entire NFT collection on autopilot.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OpenSea Bulk List for Sale

Scarica i file di estensione OpenSea Bulk List for Sale 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

                        Save endless hours of your time by automating the listing for sale process on OpenSea.

// Generative NFT Collections //
Enumerate your NFTs and let our extension do the heavy-lifting of the listing for sale process.

//Ehtereum & Polygon//
Although the listing process is slightly different, our extension works for both networks.

//It's Free//
Our extension is and will be forever free. 

*We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with OpenSea, or any of its subsidiaries or its affiliates                    

Informazioni di Base sull'Estensione

Nome OpenSea Bulk List for Sale OpenSea Bulk List for Sale
ID ghhnlkohgcaidjodemafibahampmgmfp
URL Ufficiale https://chrome.google.com/webstore/detail/opensea-bulk-list-for-sal/ghhnlkohgcaidjodemafibahampmgmfp
Descrizione List for sale on OpenSea an entire NFT collection on autopilot.
Dimensione del File 47.62 KB
Conteggio Installazioni 303
Versione Corrente 1.2
Ultimo Aggiornamento 2022-06-10
Data di Pubblicazione 2022-05-21
Sviluppatore http://koalamint.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://support.nft-bulk.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenSea Bulk List for Sale",
    "version": "1.2",
    "description": "List for sale on OpenSea an entire NFT collection on autopilot.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "window.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "jquery-3.3.1.min.js",
                "util.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/testnets.opensea.io\/*",
                "https:\/\/opensea.io\/*"
            ],
            "run_at": "document_end"
        }
    ]
}