Forbole X

A comprehensive multi-crypto management tool in your browser

What is Forbole X?

Forbole X is a Chrome extension developed by https://forbole.com, and its main feature is "A comprehensive multi-crypto management tool in your browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Forbole X Extension CRX File

Download Forbole X extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Forbole X Forbole X
ID fmblappgoiilbgafhjklehhfifbdocee
Official URL https://chromewebstore.google.com/detail/forbole-x/fmblappgoiilbgafhjklehhfifbdocee
Description A comprehensive multi-crypto management tool in your browser
File Size 729 KB
Installation Count 12,580
Current Version 1.2.5
Last Updated 2022-03-09
Publish Date 2021-09-07
Rating 4.56/5 Total 246 Ratings
Developer https://forbole.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.forbole.com/privacy-policy
Supported Languages 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'"
    }
}