Sensei extension

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

Co to jest Sensei extension?

Sensei extension to rozszerzenie Chrome opracowane przez https://nftsensei.xyz, a jego główną funkcją jest „Sensei extension to quickly add a task to the godminter app.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sensei extension

Pobierz pliki rozszerzeń Sensei extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sensei extension Sensei extension
ID boenkpklkoenpfpkhaheplmfomcfgogl
Oficjalny URL https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl
Opis Sensei extension to quickly add a task to the godminter app.
Rozmiar pliku 29.89 KB
Liczba instalacji 206
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2023-03-08
Data Publikacji 2022-07-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://nftsensei.xyz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://nftsensei.xyz/
Adres URL Strony Pomocy https://discord.gg/nftsensei
Obsługiwane Języki 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\/*"
    ]
}