WhaleSniper
WhaleSniper is a companion tool that improves your NFT purchasing experience on OpenSea as it adds much needed extra functionality…
WhaleSniperคืออะไร?
WhaleSniper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WhaleTogether และคุณลักษณะหลักของมันคือ "WhaleSniper is a companion tool that improves your NFT purchasing experience on OpenSea as it adds much needed extra functionality…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhaleSniper
ดาวน์โหลดไฟล์ส่วนขยาย WhaleSniper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WhaleSniper is a companion tool that improves your NFT purchasing experience on OpenSea as it adds much needed extra functionality to your buying experience. Please know that the tool is reserved for our Alphie NFT holders, there is no free version available as of now. You will need to get our NFT on OpenSea https://opensea.io/collection/whaletogether - then join our discord and verify that you're a holder. Our current features you’ll get access to are: ✅ Rarity rankings - Fetch the rarity/ranking of the whole collection with the click of a button. ✅ Top traits/properties - See ownership % of that NFTs’ top property while browsing the collection or activity page. ✅ Quick buy button - Click our buy button on collection or activity page. This then opens MetaMask for you to confirm the transaction. No need to click multiple times before being able to buy the NFT. ✅ Gas preset - Set a gas preset for priority + amount of gas you’re willing to pay. This preset is for the “quick buy button” above, which helps you snipe NFTs before someone else does from the activity page, for example, if you set a slightly high gas preset. ✅ Contract ninja - Enter the collection’s contract address + number of NFTs + price of NFTs to buy directly from the contract. The value of this is in that you can buy directly from the contract if the collection’s website is down/under attack, etc. It can also help mint more quickly than buying on an overloaded website. ✅ Gas tracker - See live gas prices directly in the extension's widget without you needing to go on yet another website. More features are currently in the works which will revolutionize even more the way you purchase NFTs. Some of these features are: - Mass bidding. - Batch listing. - Watch bot. - Smart filtering on OpenSea. And more (we don’t want to reveal everything just yet!) Feel free to read more on: https://whaletogether.gitbook.io/whale-paper/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WhaleSniper |
ID | ldpnglhpjggmlbjljaocbgfnnfoicale |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whalesniper/ldpnglhpjggmlbjljaocbgfnnfoicale |
คำอธิบาย | WhaleSniper is a companion tool that improves your NFT purchasing experience on OpenSea as it adds much needed extra functionality… |
ขนาดไฟล์ | 2.64 MB |
จำนวนการติดตั้ง | 2,272 |
เวอร์ชันปัจจุบัน | 2.0.32 |
อัปเดตครั้งล่าสุด | 2023-06-15 |
วันที่เผยแพร่ | 2022-02-28 |
คะแนน | 4.94/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | WhaleTogether |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://whaletogether.com/ |
URL หน้าช่วยเหลือ | https://whaletogether.gitbook.io/whale-paper/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.32", "manifest_version": 3, "name": "WhaleSniper", "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*", "https:\/\/*.opensea.io\/*" ], "js": [ "contentScript.bundle.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/opensea.io\/*", "https:\/\/*.opensea.io\/*" ] }, "permissions": [ "scripting", "storage", "identity", "tabs" ], "background": { "service_worker": "background.bundle.js" }, "host_permissions": [ "https:\/\/opensea.io\/*", "https:\/\/*.opensea.io\/*" ], "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "content.module.css", "icon-128.png", "icon-34.png", "wtg-logo-black-white.png", "whaletogether-sq-300.jpg", "official-ranking-logo.png", "normalized-ranking-logo.png", "ether-icon.svg" ], "matches": [ "https:\/\/opensea.io\/*", "https:\/\/*.opensea.io\/*" ] } ], "devtools_page": "devtools.html" } |