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
电子邮箱 [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'"
    }
}