Sensei extension
Sensei extension to quickly add a task to the godminter app.
Sensei extension क्या है?
Sensei extension https://nftsensei.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sensei extension to quickly add a task to the godminter app."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sensei extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | boenkpklkoenpfpkhaheplmfomcfgogl |
आधिकारिक URL | https://chromewebstore.google.com/detail/sensei-extension/boenkpklkoenpfpkhaheplmfomcfgogl |
विवरण | Sensei extension to quickly add a task to the godminter app. |
फ़ाइल का आकार | 29.89 KB |
स्थापना संख्या | 206 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2023-03-08 |
प्रकाशन तिथि | 2022-07-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://nftsensei.xyz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://nftsensei.xyz/ |
सहायता पृष्ठ URL | https://discord.gg/nftsensei |
समर्थित भाषाएँ | 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\/*" ] } |