Crypto transaction check

User can check the transaction details by Hash.

Crypto transaction check là gì?

Crypto transaction check là một tiện ích mở rộng Chrome được phát triển bởi gromt.denky, và tính năng chính của nó là "User can check the transaction details by Hash.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto transaction check

Tải xuống các tệp mở rộng Crypto transaction check dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crypto transaction check Crypto transaction check
ID nijkapbgclllfbkccfchmjdhmgkjofco
URL Chính Thức https://chromewebstore.google.com/detail/crypto-transaction-check/nijkapbgclllfbkccfchmjdhmgkjofco
Mô tả User can check the transaction details by Hash.
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2023-06-18
Ngày Phát Hành 2023-05-10
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển gromt.denky
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://cryptotransaction.xyz/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}