ScaleWallet

Everscale network wallet and dapps connectivity provider

What is ScaleWallet?

ScaleWallet is a Chrome extension developed by SVOI.dev, and its main feature is "Everscale network wallet and dapps connectivity provider".

Extension Screenshots

screenshot

Download ScaleWallet Extension CRX File

Download ScaleWallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Everscale Blockchain (ex. FreeTON) network wallet.

Provide controlling balances in Everscale Network and DApp connectivity in pages.                    

Extension Basic Information

Name ScaleWallet ScaleWallet
ID oiohdnannmknmdlddkdejbmplhbdcbee
Official URL https://chromewebstore.google.com/detail/scalewallet/oiohdnannmknmdlddkdejbmplhbdcbee
Description Everscale network wallet and dapps connectivity provider
File Size 7.63 MB
Installation Count 1,471
Current Version 0.0.17
Last Updated 2022-07-28
Publish Date 2021-05-18
Rating 4.92/5 Total 51 Ratings
Developer SVOI.dev
Email [email protected]
Payment Type free
Extension Website https://scalewallet.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.17",
    "name": "ScaleWallet",
    "homepage_url": "https:\/\/scalewallet.com",
    "description": "Everscale network wallet and dapps connectivity provider",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "48": "icons\/48.png",
        "64": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'wasm-eval' ; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html#popNewWindow",
        "default_title": "ScaleWallet",
        "default_icon": []
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "injector.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "browser-polyfill.js",
        "ton-client\/main.js",
        "ton-client\/tonclient.wasm",
        "ever-sdk-js\/eversdk.wasm",
        "ever-sdk-js\/main.js",
        "everscaleProvider.js",
        "modules\/*",
        "packages\/*"
    ]
}