Sensei extension

Sensei extension to quickly add a task to the godminter app.

Cos'è Sensei extension?

Sensei extension è un'estensione di Chrome sviluppata da https://nftsensei.xyz, e la sua funzione principale è "Sensei extension to quickly add a task to the godminter app.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sensei extension

Scarica i file di estensione Sensei extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sensei extension Sensei extension
ID boenkpklkoenpfpkhaheplmfomcfgogl
URL Ufficiale https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl
Descrizione Sensei extension to quickly add a task to the godminter app.
Dimensione del File 29.89 KB
Conteggio Installazioni 206
Versione Corrente 1.3.0
Ultimo Aggiornamento 2023-03-08
Data di Pubblicazione 2022-07-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://nftsensei.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nftsensei.xyz/
URL della Pagina di Aiuto https://discord.gg/nftsensei
Lingue Supportate 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\/*"
    ]
}