Btrace from AML Crypto

Btrace solution for AML and risk-score checking of crypto addresses and transactions from AML Crypto

Btrace from AML Crypto क्या है?

Btrace from AML Crypto amlcrypto.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Btrace solution for AML and risk-score checking of crypto addresses and transactions from AML Crypto"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Btrace from AML Crypto एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Our solution will check the cryptocurrency wallet for links to "dirty" money in the Ethereum, Bitcoin and Tron blockchains. This will allow you to:
- protect yourself from "dirty" assets (knowing the original of counterparty funds);
- prevent blocking of funds (due to high risk score):
- get out of trouble with the law (on suspicion of money laundering). 

Just download our extension, enable "Enable address tags on explorers" and click on our logo next to the address you are interested in. 

To get detailed information about the crypto address you're interested in, just copy it, paste it into the search box in the extension and click "search". 

Our solution supports Etherscan, Tronscan and Blockchain.com.                    

एक्सटेंशन की मूल जानकारी

नाम Btrace from AML Crypto Btrace from AML Crypto
ID bdbonaajinddfafejicgofllgdbgmilg
आधिकारिक URL https://chromewebstore.google.com/detail/btrace-from-aml-crypto/bdbonaajinddfafejicgofllgdbgmilg
विवरण Btrace solution for AML and risk-score checking of crypto addresses and transactions from AML Crypto
फ़ाइल का आकार 64.44 KB
स्थापना संख्या 30
वर्तमान संस्करण 0.2
अंतिम अपडेट 2023-08-03
प्रकाशन तिथि 2023-06-09
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर amlcrypto.io
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://t.me/AMLCrypto
गोपनीयता नीति पृष्ठ URL https://btrace.amlcrypto.io/privacy_policy/pub
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Btrace from AML Crypto",
    "description": "Btrace solution for AML and risk-score checking of crypto addresses and transactions from AML Crypto",
    "version": "0.2",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.etherscan.io\/*"
            ],
            "css": [
                "styles\/content-styles.css"
            ],
            "js": [
                "scripts\/etherscan-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tronscan.org\/*"
            ],
            "css": [
                "styles\/content-styles.css"
            ],
            "js": [
                "scripts\/tronscan-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.blockchain.com\/*"
            ],
            "css": [
                "styles\/content-styles.css"
            ],
            "js": [
                "scripts\/blockchain-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "styles\/content-styles.css"
            ],
            "matches": [
                "https:\/\/*.etherscan.io\/*",
                "https:\/\/*.tronscan.org\/*",
                "https:\/\/*.blockchain.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png"
    }
}