CakeWallet

Official Wallet for Tres Leches Chain, A blockchain so sweet you can actually taste it.

CakeWallet क्या है?

CakeWallet Tres Chain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Official Wallet for Tres Leches Chain, A blockchain so sweet you can actually taste it."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tres Leches Chain is one of the first community driven chains.CakeWallet does ZERO tracking, while also protecting our users from companies that do.

Supporting Ethereum, BNB Chain, Polygon, Avalanche, Fantom, Arbitrum and Tres Leches.

And now, introducing swaps and bridges directly inside the wallet.

CakeWallet is for you if:

- You frequently use DApps and DEXes.
- You want your tools working smoothly, every time.
- You care about your personal data and security online.
- You are tired of overly-cluttered and confusing crypto wallets.

Here's what you can expect:

Self-Custodial ⇒ Trust no one. CakeWallet has no control over your funds - only you do. Use a hardware wallet or create a fresh CakeWallet account. Just keep your private keys safe.

In-wallet swaps and bridges ⇒ Use trusted third-party protocols with the best quotes on the market. Enjoy these premium features right on the spot.

Custom network RPCs ⇒ Skip all the manual work with Quick Network Select. Just type in the network you want to add, and add it - simple.

Friendly and Familiar ⇒ No clutter. No complexity. No compromises. CakeWallet has it all.

Built-in Gas Tracker ⇒ Don't clutter your browser with unnecessary extensions. Keep up with gas fees directly in the wallet.

Enjoy a private and secure wallet experience while keeping you protected in the background

Flash-Bot Protection ⇒ Don't allow bots front-run your transactions, and avoid sandwich attacks.

Privacy Proxies ⇒ A VPN for Web3 - mask your IP and other sensitive information from node providers and protect your identity from unwanted sources.

Phishing Protection ⇒ Outsmart scammers - spot the difference and stay protected with unique generated artwork helping to identify phishing attempts.

Get CakeWallet and discover upgraded privacy and security on Web3.

Learn more about CakeWallet.
https://docs.tresleches.finance/our-wallet/wallet/extension/                    

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

नाम CakeWallet CakeWallet
ID hjkdfdaiphnlpodbcbcmomecfdblbojl
आधिकारिक URL https://chromewebstore.google.com/detail/cakewallet/hjkdfdaiphnlpodbcbcmomecfdblbojl
विवरण Official Wallet for Tres Leches Chain, A blockchain so sweet you can actually taste it.
फ़ाइल का आकार 10.4 MB
स्थापना संख्या 50
वर्तमान संस्करण 1.5.3
अंतिम अपडेट 2022-12-25
प्रकाशन तिथि 2022-12-24
डेवलपर Tres Chain
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tresleches.finance
सहायता पृष्ठ URL https://docs.tresleches.finance/our-wallet/wallet/extension/
गोपनीयता नीति पृष्ठ URL https://docs.treschain.io/our-wallet/wallet/extension/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "TresLeches",
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/block-wallet.github.io\/eth-ledger-bridge-keyring\/*",
                "https:\/\/connect.trezor.io\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "vendor\/trezor\/trezor-content.js"
            ],
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon-32.png",
        "default_title": "CakeWallet"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "38": "icons\/icon-38.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "description": "Official Wallet for Tres Leches Chain, A blockchain so sweet you can actually taste it.",
    "homepage_url": "https:\/\/tresleches.finance",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "name": "CakeWallet",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.blockwallet.io\/*",
        "https:\/\/*.tresleches.finance\/*",
        "https:\/\/*.etherscan.io\/*",
        "https:\/\/*.bscscan.com\/*",
        "https:\/\/*.polygonscan.com\/*"
    ],
    "short_name": "CakeWallet",
    "version": "1.5.3",
    "web_accessible_resources": [
        {
            "resources": [
                "blankProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}