Sensei extension

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

Sensei extension란 무엇입니까?

Sensei extension은(는) https://nftsensei.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sensei extension to quickly add a task to the godminter app."입니다.

확장 프로그램 스크린샷

screenshot

Sensei extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Sensei extension Sensei extension
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\/*"
    ]
}