Wallet Highlighter - Crypto Fraud & Risk Tool

Protect your investments with Wallet Highlighter, a comprehensive risk assessment tool for crypto wallets.

Wallet Highlighter - Crypto Fraud & Risk Tool란 무엇입니까?

Wallet Highlighter - Crypto Fraud & Risk Tool은(는) CRGWH Management에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your investments with Wallet Highlighter, a comprehensive risk assessment tool for crypto wallets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Wallet Highlighter - Crypto Fraud & Risk Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With our real-time risk scores and colour coding system, you can make informed decisions when interacting with Tron, Bitcoin (BTC), and Ethereum (ETH) wallets.

Key features:
🔗 Domain Tracking: Explore the other domains associated with a wallet address, providing valuable context and insights into its activity.
💼 ENS Integration: Effortlessly identify trusted addresses through integration with ENS (Ethereum Name Service), enhancing your security measures.
🛡Comprehensive Risk Assessment: Our advanced algorithm analyses factors such as fraud, reputation, and lending scores to provide you with a comprehensive risk assessment score.
🚦Real-time Colour Coding: Wallets are colour-coded based on their risk scores, allowing you to quickly identify potential risks.
🔐Enhanced User Awareness: View security risk screening along with a detailed description of the risk category associated with each wallet address.
🔍Wide Range of Risk Factors: Our risk scoring factors include engagement with suspicious and high-risk wallets, sanctioned wallets or entities, phishing scams, pump-and-dump schemes, rug pulls, hackers, and other individuals or groups that have been identified as high-risk.
💻Seamless Integration: Download and install the Wallet Highlighter Google Chrome extension effortlessly.

How Wallet Highlighter Works:
Wallet Highlighter scans visible text on a webpage for wallet addresses using specific patterns.
Identified wallet addresses are transmitted to a secure risk endpoint for retrieval of risk-related information.
Colour codes are assigned to each wallet address based on its risk score.
Concise explanations outline the reasons for categorising each address under a specific risk category.
Wallet addresses found within the webpage are highlighted.
Hovering over a highlighted address provides a brief description of the associated risk category.
Enhances user awareness and real-time security.

Additional Resources:
Website: https://www.wallethighlighter.com/
Github: https://github.com/w5h10
Twitter: https://twitter.com/W_Highlighter                    

확장 프로그램 기본 정보

이름 Wallet Highlighter - Crypto Fraud & Risk Tool Wallet Highlighter - Crypto Fraud & Risk Tool
ID cnmbailpgmdagpofalkeoeooefdkjfdl
공식 URL https://chromewebstore.google.com/detail/wallet-highlighter-crypto/cnmbailpgmdagpofalkeoeooefdkjfdl
설명 Protect your investments with Wallet Highlighter, a comprehensive risk assessment tool for crypto wallets.
파일 크기 4.47 MB
설치 횟수 931
현재 버전 2.1.13
최근 업데이트 2024-02-27
출시 날짜 2022-08-22
평점 4.86/5 총 346 개의 평점
개발자 CRGWH Management
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wallethighlighter.com/
개인정보 보호 정책 페이지 URL https://www.wallethighlighter.com/en/privacy-policy
지원되는 언어 de,en,fr,tr,ru,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.13",
    "manifest_version": 3,
    "name": "Wallet Highlighter - Crypto Fraud & Risk Tool",
    "description": "Protect your investments with Wallet Highlighter, a comprehensive risk assessment tool for crypto wallets.",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}