Forbole X

A comprehensive multi-crypto management tool in your browser

Apa itu Forbole X?

Forbole X adalah ekstensi Chrome yang dikembangkan oleh https://forbole.com, dan fitur utamanya adalah "A comprehensive multi-crypto management tool in your browser".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Forbole X

Unduh file ekstensi Forbole X dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Forbole X Forbole X
ID fmblappgoiilbgafhjklehhfifbdocee
URL Resmi https://chromewebstore.google.com/detail/forbole-x/fmblappgoiilbgafhjklehhfifbdocee
Deskripsi A comprehensive multi-crypto management tool in your browser
Ukuran File 729 KB
Jumlah Instalasi 12,580
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2022-03-09
Tanggal Publikasi 2021-09-07
Penilaian 4.56/5 Total 246 Penilaian
Pengembang https://forbole.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.forbole.com/privacy-policy
Bahasa yang Didukung 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'"
    }
}