OpenSea Bulk List for Sale
List for sale on OpenSea an entire NFT collection on autopilot.
What is OpenSea Bulk List for Sale?
OpenSea Bulk List for Sale is a Chrome extension developed by http://koalamint.com, and its main feature is "List for sale on OpenSea an entire NFT collection on autopilot.".
Extension Screenshots
Download OpenSea Bulk List for Sale Extension CRX File
Download OpenSea Bulk List for Sale 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
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
Extension Basic Information
Name | |
ID | ghhnlkohgcaidjodemafibahampmgmfp |
Official URL | https://chrome.google.com/webstore/detail/opensea-bulk-list-for-sal/ghhnlkohgcaidjodemafibahampmgmfp |
Description | List for sale on OpenSea an entire NFT collection on autopilot. |
File Size | 47.62 KB |
Installation Count | 303 |
Current Version | 1.2 |
Last Updated | 2022-06-10 |
Publish Date | 2022-05-21 |
Developer | http://koalamint.com |
[email protected] | |
Payment Type | free |
Help Page URL | http://support.nft-bulk.com/ |
Supported Languages | 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" } ] } |