Rabby Wallet

The game-changing wallet for Ethereum and all EVM chains

Rabby Wallet क्या है?

Rabby Wallet https://rabby.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The game-changing wallet for Ethereum and all EVM chains"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rabby Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Rabby Wallet Rabby Wallet
ID acmacodkjbdgmoleebolmdjonilkdbch
आधिकारिक URL https://chromewebstore.google.com/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch
विवरण The game-changing wallet for Ethereum and all EVM chains
फ़ाइल का आकार 10.92 MB
स्थापना संख्या 438,236
वर्तमान संस्करण 0.92.53
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2021-07-15
रेटिंग 4.59/5 कुल 285 रेटिंग्स
डेवलपर https://rabby.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rabby.io
सहायता पृष्ठ URL https://rabby.io
गोपनीयता नीति पृष्ठ URL https://debank.com/docs/privacy
समर्थित भाषाएँ 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"
    ]
}