Rabby Wallet

The game-changing wallet for Ethereum and all EVM chains

Qu'est-ce que Rabby Wallet ?

Rabby Wallet est une extension Chrome développée par https://rabby.io, et sa fonction principale est "The game-changing wallet for Ethereum and all EVM chains".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rabby Wallet

Téléchargez les fichiers d'extension Rabby Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Rabby is an open source crypto wallet in your browser for Ethereum.

1. Designed for DeFi users with a smooth multi-chain experience. 
2. Protect your assets with pre-transaction potential risk scanning. 
3. Show you upcoming balance change before you sign a transaction. 

Get Rabby and start DeFi!                    

Informations de Base sur l'Extension

Nom Rabby Wallet Rabby Wallet
ID acmacodkjbdgmoleebolmdjonilkdbch
URL Officiel https://chromewebstore.google.com/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch
Description The game-changing wallet for Ethereum and all EVM chains
Taille du Fichier 10.92 MB
Nombre d'Installations 438,236
Version Actuelle 0.92.53
Dernière Mise à Jour 2024-03-01
Date de Publication 2021-07-15
Évaluation 4.59/5 Total 285 Évaluations
Développeur https://rabby.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rabby.io
URL de la Page d'Aide https://rabby.io
URL de la Page de Politique de Confidentialité https://debank.com/docs/privacy
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "0.92.53",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Rabby",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/rabby.io\/",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "webextension-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html",
                "https:\/\/connect.onekey.so\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/trezor-content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "notifications",
        "contextMenus"
    ]
}