OpenSea Bulk List for Sale

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

OpenSea Bulk List for Saleとは何ですか?

OpenSea Bulk List for Saleはhttp://koalamint.comによって開発されたChromeの拡張機能で、その主な機能は「List for sale on OpenSea an entire NFT collection on autopilot.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

OpenSea Bulk List for Sale拡張機能のCRXファイルをダウンロード

OpenSea Bulk List for Sale拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 OpenSea Bulk List for Sale OpenSea Bulk List for Sale
ID ghhnlkohgcaidjodemafibahampmgmfp
公式URL https://chrome.google.com/webstore/detail/opensea-bulk-list-for-sal/ghhnlkohgcaidjodemafibahampmgmfp
説明 List for sale on OpenSea an entire NFT collection on autopilot.
ファイルサイズ 47.62 KB
インストール数 303
現在のバージョン 1.2
最終更新日 2022-06-10
公開日 2022-05-21
開発者 http://koalamint.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL http://support.nft-bulk.com/
対応言語 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"
        }
    ]
}