Sensei extension

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

Qu'est-ce que Sensei extension ?

Sensei extension est une extension Chrome développée par https://nftsensei.xyz, et sa fonction principale est "Sensei extension to quickly add a task to the godminter app.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sensei extension

Téléchargez les fichiers d'extension Sensei extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sensei extension Sensei extension
ID boenkpklkoenpfpkhaheplmfomcfgogl
URL Officiel https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl
Description Sensei extension to quickly add a task to the godminter app.
Taille du Fichier 29.89 KB
Nombre d'Installations 206
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-03-08
Date de Publication 2022-07-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://nftsensei.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nftsensei.xyz/
URL de la Page d'Aide https://discord.gg/nftsensei
Langues Prises en Charge 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\/*"
    ]
}