Crypto Blades Tools

crypto-blades-tools

Crypto Blades Tools란 무엇입니까?

Crypto Blades Tools은(는) nicolas.salvai95에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "crypto-blades-tools"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Crypto Blades Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tools for CryptoBlades NTF-Game. 
Allows you to see fight victory probability, fight only when you are comfortable.
Allows you to see amount of experience needed for next milestone level.

Code: https://github.com/NicoSalvai/cryptoblades-chrome-extension                    

확장 프로그램 기본 정보

이름 Crypto Blades Tools Crypto Blades Tools
ID kiccokmcifmapafcihimmlajjkilhpdh
공식 URL https://chromewebstore.google.com/detail/crypto-blades-tools/kiccokmcifmapafcihimmlajjkilhpdh
설명 crypto-blades-tools
파일 크기 10.08 KB
설치 횟수 26
현재 버전 0.2.1
최근 업데이트 2021-08-07
출시 날짜 2021-08-06
평점 5.00/5 총 1 개의 평점
개발자 nicolas.salvai95
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Blades Tools",
    "description": "crypto-blades-tools",
    "version": "0.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/img\/icon.png",
            "32": ".\/img\/icon.png",
            "48": ".\/img\/icon.png",
            "128": ".\/img\/icon.png"
        }
    },
    "icons": {
        "16": ".\/img\/icon.png",
        "32": ".\/img\/icon.png",
        "48": ".\/img\/icon.png",
        "128": ".\/img\/icon.png"
    },
    "options_page": ".\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.cryptoblades.io\/#\/*"
    ]
}