Btrace from AML Crypto

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

Btrace from AML Crypto là gì?

Btrace from AML Crypto là một tiện ích mở rộng Chrome được phát triển bởi amlcrypto.io, và tính năng chính của nó là "Btrace solution for AML and risk-score checking of crypto addresses and transactions from AML Crypto".

Ả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 Btrace from AML Crypto

Tải xuống các tệp mở rộng Btrace from AML Crypto 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

                        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.                    

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

Tên Btrace from AML Crypto Btrace from AML Crypto
ID bdbonaajinddfafejicgofllgdbgmilg
URL Chính Thức https://chromewebstore.google.com/detail/btrace-from-aml-crypto/bdbonaajinddfafejicgofllgdbgmilg
Mô tả Btrace solution for AML and risk-score checking of crypto addresses and transactions from AML Crypto
Kích Thước Tệp 64.44 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-08-03
Ngày Phát Hành 2023-06-09
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển amlcrypto.io
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://t.me/AMLCrypto
URL Trang Chính Sách Bảo Mật https://btrace.amlcrypto.io/privacy_policy/pub
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}