Forbole X

A comprehensive multi-crypto management tool in your browser

Forbole X란 무엇입니까?

Forbole X은(는) https://forbole.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A comprehensive multi-crypto management tool in your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Forbole X 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        All-in-one non-custodial crypto wallet supporting multiple assets
Easy to use with sufficient hints to guide you through
Support all types of transactions: stake, send, receive, vote on proposals                    

확장 프로그램 기본 정보

이름 Forbole X Forbole X
ID fmblappgoiilbgafhjklehhfifbdocee
공식 URL https://chromewebstore.google.com/detail/forbole-x/fmblappgoiilbgafhjklehhfifbdocee
설명 A comprehensive multi-crypto management tool in your browser
파일 크기 729 KB
설치 횟수 12,580
현재 버전 1.2.5
최근 업데이트 2022-03-09
출시 날짜 2021-09-07
평점 4.56/5 총 246 개의 평점
개발자 https://forbole.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.forbole.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forbole X",
    "version": "1.2.5",
    "manifest_version": 3,
    "description": "A comprehensive multi-crypto management tool in your browser",
    "icons": {
        "512": "logo512.png"
    },
    "action": {
        "default_icon": "logo512.png",
        "default_popup": "index.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.forbole.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scriptToInject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "hid"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}