AI Wallet Defender

AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.

What is AI Wallet Defender?

AI Wallet Defender is a Chrome extension developed by AI Wallet Defender, and its main feature is "AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download AI Wallet Defender Extension CRX File

Download AI Wallet Defender 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

                        AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.                    

Extension Basic Information

Name AI Wallet Defender AI Wallet Defender
ID polbfjlcgpgdipmfdoghckdkhbobaofa
Official URL https://chromewebstore.google.com/detail/ai-wallet-defender/polbfjlcgpgdipmfdoghckdkhbobaofa
Description AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.
File Size 1.17 MB
Installation Count 51
Current Version 0.1.8
Last Updated 2023-03-29
Publish Date 2023-03-18
Rating 5.00/5 Total 12 Ratings
Developer AI Wallet Defender
Email [email protected]
Payment Type free
Extension Website https://aiwalletdefender.com/
Help Page URL https://docs.google.com/forms/d/e/1FAIpQLSdJ0FiifKL-7OyiT-JZiJAsF65rUlHJNKSFZo5kV59GPvcuPg/viewform?usp=sf_link
Privacy Policy Page URL https://docs.google.com/document/d/1O4_U2Mb7vg64sfxAGfS6-yk8E3Piig7hG0iodxaNOTQ/edit?usp=sharing
Supported Languages es
manifest.json
{
    "action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        },
        "default_popup": "index.html",
        "default_title": "AI Wallet Defender"
    },
    "background": {
        "service_worker": "main.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.",
    "homepage_url": "https:\/\/aiwalletdefender.com\/",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhnl4e54irk9mfPsu031mARRZOIhanw1IM9cEHloS9+5OVFtAVOgcWyJwWEdb5WFsKDrzw4sy1tiu01prmaf\/2AOorK2TMWuGAAnlaNAAOaOsfGDVkXQc7r2Nops5ylSc7JUIkkbm05ERHhh1ppZ8nvcU3iNjRRM6c0W2CjZV2\/vuiFmwvgXUxwMRxSkPS4nPN1xLCIdkuXS95kD1fzyZ1QppiLSnGm5c8S0pfFyiDvnybN5+kvPreGlCnoedSh+mJkLUpav2hZmn0QfhbjV5RNnVTplWehTEou4J8PoCTU3jJU5ZaBDAIAge6O0ThE8hYQoaIty9ym\/Q8SEOcKVd4wIDAQAB",
    "manifest_version": 3,
    "name": "AI Wallet Defender",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "management",
        "cookies",
        "scripting",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.8",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "static\/media\/*",
                "script\/main.js",
                "tracing.html",
                "static\/css\/inject.css"
            ]
        }
    ]
}