Sensei extension
Sensei extension to quickly add a task to the godminter app.
ما هو Sensei extension؟
Sensei extension هو إضافة Chrome تم تطويرها بواسطة https://nftsensei.xyz، والميزة الرئيسية لها هي "Sensei extension to quickly add a task to the godminter app.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sensei extension
قم بتنزيل ملفات الامتداد Sensei extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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\/*" ] } |