SOLtools.xyz - Sniper, Rarity, and more.
Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz
SOLtools.xyz - Sniper, Rarity, and more. là gì?
SOLtools.xyz - Sniper, Rarity, and more. là một tiện ích mở rộng Chrome được phát triển bởi https://soltools.xyz, và tính năng chính của nó là "Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SOLtools.xyz - Sniper, Rarity, and more.
Tải xuống các tệp mở rộng SOLtools.xyz - Sniper, Rarity, and more. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Chrome extension to snipe & bot Solana NFTs by SOLtools.xyz the best Solana NFT purchasing tools! Soltools has it's own ranking algorithm which can be applied to any collection! Free Features: - Display SOLtools own ranking directly in Magic-Eden - Colorcoded rank depending on % rarity for easy spotting - Display Ranking in details page of single Item in Magic-Eden Members Only Features (NFT holders): - Snipe new listings by price - Snipe new listings by rank - Snipe new listings by trait - Auto-Buy functionality with a wallet that supports auto-approve - Combine the filters - Fetch data & load Ranking for almost any collection! (only holders can add collections) Once the SOLTools ranking have been loaded, users can access it and also snipe current listings based on rank and traits. Check us out on: https://soltools.xyz Twitter: https://twitter.com/SoltoolsX Discord: https://discord.gg/GC8naA6tBK
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SOLtools.xyz - Sniper, Rarity, and more. |
ID | mmpooepopgcoeadeopohjlfekbkfnjoa |
URL Chính Thức | https://chromewebstore.google.com/detail/soltoolsxyz-sniper-rarity/mmpooepopgcoeadeopohjlfekbkfnjoa |
Mô tả | Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz |
Kích Thước Tệp | 589 KB |
Số Lần Cài Đặt | 797 |
Phiên Bản Hiện Tại | 0.9.4 |
Cập Nhật Lần Cuối | 2023-03-18 |
Ngày Phát Hành | 2022-02-17 |
Đánh Giá | 5.00/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | https://soltools.xyz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://soltools.xyz |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SOLtools.xyz - Sniper, Rarity, and more.", "description": "Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz", "version": "0.9.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/*.magiceden.io\/*", "https:\/\/magiceden.io\/*" ], "content_scripts": [ { "matches": [ "https:\/\/magiceden.io\/*", "https:\/\/*.magiceden.io\/*" ], "css": [ "content_me.css" ], "js": [ "content_me.js" ] }, { "matches": [ "https:\/\/soltools.xyz\/connect\/" ], "js": [ "content_soltools_connect.js" ] }, { "matches": [ "https:\/\/soltools.xyz\/*" ], "js": [ "content_soltools_check.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/soltools.xyz\/*", "http:\/\/127.0.0.1:5500\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |