Scam Sniffer

Help people fight against crypto scammers

Scam Snifferคืออะไร?

Scam Sniffer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scamsniffer.io และคุณลักษณะหลักของมันคือ "Help people fight against crypto scammers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scam Sniffer

ดาวน์โหลดไฟล์ส่วนขยาย Scam Sniffer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scam Sniffer Scam Sniffer
ID mnkbccinkbalkmmnmbcicdobcmgggmfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scam-sniffer/mnkbccinkbalkmmnmbcicdobcmgggmfc
คำอธิบาย Help people fight against crypto scammers
ขนาดไฟล์ 2.28 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.0.21
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2022-06-27
คะแนน 3.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://scamsniffer.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.wechatsync.com/privacy-policy.html
ภาษาที่รองรับ 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"
            ]
        }
    ]
}