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開發的Chrome擴展程式,該擴展的主要功能是“Btrace solution for AML and risk-score checking of crypto addresses and transactions from AML Crypto”。
擴展截圖
下載Btrace from AML Crypto擴展crx文件
下載Btrace from AML Crypto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | bdbonaajinddfafejicgofllgdbgmilg |
官方網址 | 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" } } |