WaykiMax

A WaykiChain Wallet in your Browser

Co je WaykiMax?

WaykiMax je rozšíření Chrome vyvinuté wiccdev, a jeho hlavní funkcí je „A WaykiChain Wallet in your Browser“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WaykiMax

Stáhněte si soubory rozšíření WaykiMax ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        WaykiMax is a wallet extension for signing, receiving and broadcasting WaykiChain transactions.The extension feature that allows users to manage their account info, add token, check balance, create/import/export mnemonics, transfer WICC, etc.

Developers can integrate WaykiMax into their website to create DAPPs, in turn enabling the use of Dapps from within the browser.

You can always "view the source" of WaykiMax the way you do any Chrome extension, or view the source code on Github:
https://github.com/WaykiChain/wicc-webwallet-extensions

Contact WaykiChain:
telegram:https://t.me/waykichaindeveng                    

Základní Informace o Rozšíření

Název WaykiMax WaykiMax
ID odaegfdpkolgbdaeibcebmibmibchbce
Oficiální URL https://chrome.google.com/webstore/detail/waykimax/odaegfdpkolgbdaeibcebmibmibchbce
Popis A WaykiChain Wallet in your Browser
Velikost souboru 1.64 MB
Počet instalací 4,487
Aktuální Verze 2.2.2
Poslední Aktualizace 2020-11-05
Datum Vydání 2020-01-19
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář wiccdev
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.wiccdev.org/book/en/Privacy/PrivacyPolicy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WaykiMax",
    "version": "2.2.2",
    "description": "A WaykiChain Wallet in your Browser",
    "author": "[email protected]",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "128": "icons\/128.png"
        },
        "default_title": "WaykiMax",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "panel.html",
        "js\/content.js"
    ]
}