Sensei extension

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

Apa itu Sensei extension?

Sensei extension adalah ekstensi Chrome yang dikembangkan oleh https://nftsensei.xyz, dan fitur utamanya adalah "Sensei extension to quickly add a task to the godminter app.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sensei extension

Unduh file ekstensi Sensei extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sensei extension Sensei extension
ID boenkpklkoenpfpkhaheplmfomcfgogl
URL Resmi https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl
Deskripsi Sensei extension to quickly add a task to the godminter app.
Ukuran File 29.89 KB
Jumlah Instalasi 206
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2023-03-08
Tanggal Publikasi 2022-07-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://nftsensei.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nftsensei.xyz/
URL Halaman Bantuan https://discord.gg/nftsensei
Bahasa yang Didukung 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\/*"
    ]
}