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
官方網址 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'"
    }
}