Crypto transaction check

User can check the transaction details by Hash.

What is Crypto transaction check?

Crypto transaction check is a Chrome extension developed by gromt.denky, and its main feature is "User can check the transaction details by Hash.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Crypto transaction check Extension CRX File

Download Crypto transaction check 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

                        Crypto transaction check is a very easy app to verify the tansactions.

How to use?
Step 1:  Click on the extension icon.
Step 2: A right sidebar will appear in right side. And user will enter the transaction hash

Final results: User will get the id of sender and receiver.

This extension uses the API of https://blockchair.com                    

Extension Basic Information

Name Crypto transaction check Crypto transaction check
ID nijkapbgclllfbkccfchmjdhmgkjofco
Official URL https://chromewebstore.google.com/detail/crypto-transaction-check/nijkapbgclllfbkccfchmjdhmgkjofco
Description User can check the transaction details by Hash.
File Size 133 KB
Installation Count 25
Current Version 0.0.0.1
Last Updated 2023-06-18
Publish Date 2023-05-10
Rating 2.67/5 Total 3 Ratings
Developer gromt.denky
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cryptotransaction.xyz/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto transaction check",
    "description": "User can check the transaction details by Hash.",
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png"
        },
        "default_title": "Crypto transaction check"
    },
    "version": "0.0.0.1",
    "background": {
        "service_worker": "serviceworker.js"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.blockchair.com\/ethereum\/dashboards\/*"
    ],
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "96": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}