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
官方網址 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
電子郵箱 [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"
        }
    ]
}