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 |
Eメール | [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\/*" ] } |