Crypto transaction check

User can check the transaction details by Hash.

Qu'est-ce que Crypto transaction check ?

Crypto transaction check est une extension Chrome développée par gromt.denky, et sa fonction principale est "User can check the transaction details by Hash.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crypto transaction check

Téléchargez les fichiers d'extension Crypto transaction check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Crypto transaction check Crypto transaction check
ID nijkapbgclllfbkccfchmjdhmgkjofco
URL Officiel https://chromewebstore.google.com/detail/crypto-transaction-check/nijkapbgclllfbkccfchmjdhmgkjofco
Description User can check the transaction details by Hash.
Taille du Fichier 133 KB
Nombre d'Installations 25
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2023-06-18
Date de Publication 2023-05-10
Évaluation 2.67/5 Total 3 Évaluations
Développeur gromt.denky
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cryptotransaction.xyz/privacy.html
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}