Crypto transaction check

User can check the transaction details by Hash.

O que é Crypto transaction check?

Crypto transaction check é uma extensão do Chrome desenvolvida por gromt.denky, e sua principal característica é "User can check the transaction details by Hash.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crypto transaction check

Baixe arquivos de extensão Crypto transaction check no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Crypto transaction check Crypto transaction check
ID nijkapbgclllfbkccfchmjdhmgkjofco
URL Oficial https://chromewebstore.google.com/detail/crypto-transaction-check/nijkapbgclllfbkccfchmjdhmgkjofco
Descrição User can check the transaction details by Hash.
Tamanho do Arquivo 133 KB
Contagem de Instalações 25
Versão Atual 0.0.0.1
Última Atualização 2023-06-18
Data de Publicação 2023-05-10
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor gromt.denky
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://cryptotransaction.xyz/privacy.html
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}