Slice

Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…

What is Slice?

Slice is a Chrome extension developed by sohan.infograins, and its main feature is "Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…".

Extension Screenshots

screenshot
screenshot

Download Slice Extension CRX File

Download Slice 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

                        Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon  Chain.
 
Slice also provide facility user can create wallet and import wallet via private key and secret pharse. 

User can send token from slice to other user wallet address.                    

Extension Basic Information

Name Slice Slice
ID ngkboaddmfaodpbcmhnehklfbkpajbdp
Official URL https://chromewebstore.google.com/detail/slice/ngkboaddmfaodpbcmhnehklfbkpajbdp
Description Slice is Crypto Wallet based on Ethereum, Bitcoin and Polygon Chain. Slice also provide facility user can create wallet and…
File Size 723 KB
Installation Count 11
Current Version 1.2
Last Updated 2022-09-30
Publish Date 2022-09-22
Developer sohan.infograins
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slice",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png",
        "type": "allowAllRequests"
    },
    "icons": {
        "128": "assest\/images\/logo.png"
    },
    "permissions": [],
    "background.service_worker": {
        "persistent": false,
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "assest\/css\/popup.css"
            ],
            "js": [
                "assest\/js\/script.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}