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 |
官方網址 | 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\/*" ] } |