MintDefense

Bullet-Proof Protection for your crypto and NFTs

MintDefenseคืออะไร?

MintDefense เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mintdefense.com และคุณลักษณะหลักของมันคือ "Bullet-Proof Protection for your crypto and NFTs"

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

screenshot
screenshot
screenshot

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

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

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

                        MintDefense is the ONLY browser extension that, in REAL-TIME, detects and blocks Web3 sites that steal your crypto and NFTs—powered by a proprietary AI scam detection algorithm with a 99.9% success rate.                    

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

ชื่อ MintDefense MintDefense
ID lamcbblocaojdjpfahepjdlggpbniffo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mintdefense/lamcbblocaojdjpfahepjdlggpbniffo
คำอธิบาย Bullet-Proof Protection for your crypto and NFTs
ขนาดไฟล์ 2.65 MB
จำนวนการติดตั้ง 1,760
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2024-02-03
วันที่เผยแพร่ 2023-09-06
คะแนน 5.00/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา https://mintdefense.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://mintdefense.com
URL หน้านโยบายความเป็นส่วนตัว https://mintdefense.com/privacy_policy.txt
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MintDefense",
    "description": "Bullet-Proof Protection for your crypto and NFTs",
    "version": "3.0.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
    },
    "action": {
        "default_icon": {
            "16": "icon16_offline.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "MintDefense"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.6.0.min.js",
                "inpage.js",
                "protectEverywhere.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus",
        "favicon",
        "alarms",
        "system.display",
        "clipboardRead",
        "clipboardWrite",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "EXTENSION_userlib.js",
                "trial-expiring.js",
                "mixpanel-2-latest.min.js",
                "blocked.html",
                "alert.html",
                "message.html",
                "jquery-3.6.0.min.js",
                "modernizr-2.8.3.min.js",
                "bootstrap.bundle.min.js",
                "newMessage.js",
                "popup.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "favicon.ico",
                "logo_modal_red.png",
                "logo_modal_yellow.png",
                "logo_modal_gray.png",
                "warning-bg.png",
                "logo.png",
                "logo_popup.png",
                "gray-header-bg.png",
                "image.png",
                "scroll.png",
                "scroller.png",
                "ui-loader.css",
                "alert.css",
                "close.svg",
                "security.svg",
                "link.svg",
                "twitter.svg",
                "doc.svg",
                "oldMessage.svg",
                "newMessage.svg",
                "bootstrap.min.css",
                "\/fonts\/Satoshi-Variable.woff2",
                "\/fonts\/Satoshi-Variable.woff",
                "\/fonts\/Satoshi-Variable.ttf",
                "\/fonts\/Satoshi-VariableItalic.woff2",
                "\/fonts\/Satoshi-VariableItalic.woff",
                "\/fonts\/Satoshi-VariableItalic.ttf",
                "\/sounds\/red-alert.mp3"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}