Scam Sniffer

Help people fight against crypto scammers

What is Scam Sniffer?

Scam Sniffer is a Chrome extension developed by https://scamsniffer.io, and its main feature is "Help people fight against crypto scammers".

Extension Screenshots

screenshot
screenshot

Download Scam Sniffer Extension CRX File

Download Scam Sniffer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        About Scam Sniffer
Scam Sniffer is an all-in-one web3 anti-scam solution with Chrome extension, API. We can identify scam websites and malicious transactions in real-time to protect individual users.

Enhance the anti-scam capability of individual users to accelerate the mass adoption of web3.

To create the most respected and widely adopted anti-scam platform that is built and owned by the community.                    

Extension Basic Information

Name Scam Sniffer Scam Sniffer
ID mnkbccinkbalkmmnmbcicdobcmgggmfc
Official URL https://chromewebstore.google.com/detail/scam-sniffer/mnkbccinkbalkmmnmbcicdobcmgggmfc
Description Help people fight against crypto scammers
File Size 2.28 MB
Installation Count 20,000
Current Version 0.0.21
Last Updated 2024-03-03
Publish Date 2022-06-27
Rating 3.90/5 Total 10 Ratings
Developer https://scamsniffer.io
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.wechatsync.com/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scam Sniffer",
    "version": "0.0.21",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "description": "Help people fight against crypto scammers",
    "homepage_url": "https:\/\/scamsniffer.io?utm_source=plugin",
    "short_name": "Scam Sniffer",
    "host_permissions": [
        "https:\/\/domain-api.scamsniffer.io\/*",
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "author": "fun",
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": "assets\/icons\/48.png",
        "default_title": "Scam Sniffer",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "assets\/js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/firewall.bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}