Sensei extension
Sensei extension to quickly add a task to the godminter app.
什么是Sensei extension?
Sensei extension是由https://nftsensei.xyz开发的Chrome扩展程序,该扩展的主要功能是“Sensei extension to quickly add a task to the godminter app.”。
扩展截图
下载Sensei extension扩展crx文件
下载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\/*" ] } |