Sensei extension

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

Vad är Sensei extension?

Sensei extension är en Chrome-tillägg utvecklad av https://nftsensei.xyz, och dess huvudfunktion är "Sensei extension to quickly add a task to the godminter app.".

Tilläggsskärmbilder

screenshot

Ladda ner Sensei extension-förlängningens CRX-fil

Ladda ner Sensei extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sensei extension Sensei extension
ID boenkpklkoenpfpkhaheplmfomcfgogl
Officiell webbadress https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl
Beskrivning Sensei extension to quickly add a task to the godminter app.
Filstorlek 29.89 KB
Antal Installationer 206
Aktuell Version 1.3.0
Senast Uppdaterad 2023-03-08
Publiceringsdatum 2022-07-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://nftsensei.xyz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nftsensei.xyz/
Hjälpsida URL https://discord.gg/nftsensei
Stödda Språk 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\/*"
    ]
}