Sensei extension
Sensei extension to quickly add a task to the godminter app.
Wat is Sensei extension?
Sensei extension is een Chrome-extensie ontwikkeld door https://nftsensei.xyz, en de belangrijkste functie is "Sensei extension to quickly add a task to the godminter app.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sensei extension
Download Sensei extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | boenkpklkoenpfpkhaheplmfomcfgogl |
Officiële URL | https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl |
Beschrijving | Sensei extension to quickly add a task to the godminter app. |
Bestandsgrootte | 29.89 KB |
Aantal Installaties | 206 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2023-03-08 |
Publicatiedatum | 2022-07-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://nftsensei.xyz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nftsensei.xyz/ |
Help Pagina-URL | https://discord.gg/nftsensei |
Ondersteunde Talen | 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\/*" ] } |