Parallel wallet

Parallel wallet to help you manage your polkadot assets.

What is Parallel wallet?

Parallel wallet is a Chrome extension developed by chrome-store-publishers, and its main feature is "Parallel wallet to help you manage your polkadot assets.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Parallel wallet Extension CRX File

Download Parallel wallet 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

                        Parallel wallet is the non-custodial multichain wallet extension of Parallel Finance - the DeFi Super Dapp protocol. The wallet is developed to give users a one-stop DeFi experience by allowing them to create and manage their private keys, send and receive funds and sign transactions on any DApp in a decentralized fashion.                    

Extension Basic Information

Name Parallel wallet Parallel wallet
ID jbkgjmpfammbgejcpedggoefddacbdia
Official URL https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia
Description Parallel wallet to help you manage your polkadot assets.
File Size 4.06 MB
Installation Count 10,922
Current Version 2.3.80
Last Updated 2023-03-01
Publish Date 2022-07-19
Rating 4.93/5 Total 58 Ratings
Developer chrome-store-publishers
Email [email protected]
Payment Type free
Extension Website https://parallel.fi/
Privacy Policy Page URL https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.80",
    "name": "Parallel wallet",
    "description": "Parallel wallet to help you manage your polkadot assets.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "hid",
        "idle",
        "usb"
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/page.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Parallel Wallet"
    }
}