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ファイルをダウンロード

Forbole X拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}