Scramble

Everything in the blockchain made easy

Was ist Scramble?

Scramble ist eine Chrome-Erweiterung, die von Dev3Studios entwickelt wurde, und ihr Hauptmerkmal ist "Everything in the blockchain made easy".

Erweiterungsscreenshots

screenshot

Scramble-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scramble-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Introducing Scramble - a seamless browser extension offering convenient access to the web3 universe. Effortlessly engage with Polkadot, Ethereum, Bitcoin, and more, directly from your browser. This non-custodial wallet prioritizes your privacy, ensuring zero data tracking and granting you absolute authority over your assets!

Experience the freedom of taking your crypto with you wherever you go! Our powerful and user-friendly wallet is designed for the multichain future, ensuring you have seamless access to your assets. Trust in a wallet that empowers you to navigate the crypto world effortlessly.

You have full control over your assets - nobody, not even us, have any access to it! 

Some Features:
- Easy access to the web3 world by interacting with Decentralized Apps | DApps
- Seamlessly access EVM Chains, Parachains, Canto, and the Bitcoin Network all through a single account.
- Effortlessly view and manage all your NFTs across various chains, streamlining your asset management.
- Stay in control by easily monitoring and managing all your tokens within the wallet.
- Swiftly send and receive tokens, facilitating smooth transactions on different chains.
- Secure the best deals when swapping between tokens, optimizing your trading experience.
- Import your existing addresses without hassle, ensuring a seamless transition to our wallet.
- Trust in hardware wallet support, adding an extra layer of security to safeguard your assets.
- Benefit from the convenience of having one recovery phrase that covers ALL chains, simplifying account recovery and enhancing peace of mind.

Currently supported chains: 
- Ethereum & all other EVM networks (Avalanche, Arbitrum, Optimism, ..)
- Polkadot
- Bitcoin and lot more.


This wallet is a derivative of Enkrypt - which is fully open-source. 

Maintained by Dev3Studios LLC & Wavect GmbH.                    

Grundlegende Informationen zur Erweiterung

Name Scramble Scramble
ID dfkkefmblkgnecepjogenokjpagglfhj
Offizielle URL https://chromewebstore.google.com/detail/scramble/dfkkefmblkgnecepjogenokjpagglfhj
Beschreibung Everything in the blockchain made easy
Dateigröße 17.67 MB
Installationsanzahl 179
Aktuelle Version 1.31.10
Letztes Update 2024-02-21
Veröffentlichungsdatum 2023-07-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Dev3Studios
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://genieswap.com/
Hilfeseite URL https://t.me/genieswapofficial
URL der Datenschutzrichtlinien-Seite https://genieswap.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dev3Studios LLC",
    "homepage_url": "https:\/\/scramble-wallet.com\/",
    "version": "1.31.10",
    "name": "Scramble",
    "short_name": "Scramble",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor-content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Everything in the blockchain made easy",
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "64": "assets\/img\/icons\/icon64.png",
        "192": "assets\/img\/icons\/icon192.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "64": "assets\/img\/icons\/icon64.png",
            "192": "assets\/img\/icons\/icon192.png"
        },
        "default_title": "Scramble",
        "default_popup": "action.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/inject.js"
            ],
            "use_dynamic_url": true,
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "97",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}