Sensei extension
Sensei extension to quickly add a task to the godminter app.
Sensei extensionคืออะไร?
Sensei extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nftsensei.xyz และคุณลักษณะหลักของมันคือ "Sensei extension to quickly add a task to the godminter app."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sensei extension
ดาวน์โหลดไฟล์ส่วนขยาย Sensei extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the official extension for the NFT Sensei trading suite. Currently, the extension features: - Copy and execute an Ethereum transaction instantly from Etherscan via the quick task button that directly creates a new bot task with your preset wallets, gas and node.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | boenkpklkoenpfpkhaheplmfomcfgogl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl |
คำอธิบาย | Sensei extension to quickly add a task to the godminter app. |
ขนาดไฟล์ | 29.89 KB |
จำนวนการติดตั้ง | 206 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2023-03-08 |
วันที่เผยแพร่ | 2022-07-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://nftsensei.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nftsensei.xyz/ |
URL หน้าช่วยเหลือ | https://discord.gg/nftsensei |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sensei extension", "description": "Sensei extension to quickly add a task to the godminter app.", "version": "1.3.0", "manifest_version": 3, "icons": { "16": ".\/obj-16x16.png", "32": ".\/obj-32x32.png", "48": ".\/obj-48x48.png", "128": ".\/obj-128x128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/etherscan.io\/*", "https:\/\/app.sensei.win\/*" ] } |