Sensei extension
Sensei extension to quickly add a task to the godminter app.
Sensei extension là gì?
Sensei extension là một tiện ích mở rộng Chrome được phát triển bởi https://nftsensei.xyz, và tính năng chính của nó là "Sensei extension to quickly add a task to the godminter app.".
Ả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 Sensei extension
Tải xuống các tệp mở rộng Sensei extension 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | boenkpklkoenpfpkhaheplmfomcfgogl |
URL Chính Thức | https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl |
Mô tả | Sensei extension to quickly add a task to the godminter app. |
Kích Thước Tệp | 29.89 KB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2023-03-08 |
Ngày Phát Hành | 2022-07-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://nftsensei.xyz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nftsensei.xyz/ |
URL Trang Trợ Giúp | https://discord.gg/nftsensei |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |