Lucky Trader OpenSea Power Tools
An augmented OpenSea experience powered by LuckyTrader, including mass bidding, mass listing, and rarity data.
What is Lucky Trader OpenSea Power Tools?
Lucky Trader OpenSea Power Tools is a Chrome extension developed by lucky-trader, and its main feature is "An augmented OpenSea experience powered by LuckyTrader, including mass bidding, mass listing, and rarity data.".
Extension Screenshots
Download Lucky Trader OpenSea Power Tools Extension CRX File
Download Lucky Trader OpenSea Power Tools 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
Expedite the buying and selling process on OpenSea with the Lucky Trader extension. With the extension installed, rarity data will be automatically augmented on asset cards for supported NFT collections, and users can mass bid and mass list NFTs in a few clicks.
Extension Basic Information
Name | Lucky Trader OpenSea Power Tools |
ID | mfdeamdahfgjmkfidalnmdgpfgdloceb |
Official URL | https://chromewebstore.google.com/detail/lucky-trader-opensea-powe/mfdeamdahfgjmkfidalnmdgpfgdloceb |
Description | An augmented OpenSea experience powered by LuckyTrader, including mass bidding, mass listing, and rarity data. |
File Size | 247 KB |
Installation Count | 2,521 |
Current Version | 1.0.0.7 |
Last Updated | 2022-01-12 |
Publish Date | 2021-10-17 |
Rating | 3.79/5 Total 19 Ratings |
Developer | lucky-trader |
[email protected] | |
Payment Type | free |
Extension Website | https://luckytrader.com |
Help Page URL | https://luckytrader.zendesk.com/hc/en-us/requests/new |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lucky Trader OpenSea Power Tools", "version": "1.0.0.7", "manifest_version": 3, "description": "An augmented OpenSea experience powered by LuckyTrader, including mass bidding, mass listing, and rarity data.", "icons": { "512": "logo512.png" }, "action": { "default_icon": "logo512.png", "default_popup": "popup.html", "default_title": "LuckyTrader OpenSea Power Tools" }, "background": { "service_worker": "background.js" }, "permissions": [ "webNavigation", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*.opensea.io\/*" ], "web_accessible_resources": [ { "resources": [ "logo128.png" ], "matches": [ "*:\/\/*.opensea.io\/*" ] } ] } |