AI Wallet Defender

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

Cos'è AI Wallet Defender?

AI Wallet Defender è un'estensione di Chrome sviluppata da AI Wallet Defender, e la sua funzione principale è "AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AI Wallet Defender

Scarica i file di estensione AI Wallet Defender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AI Wallet Defender AI Wallet Defender
ID polbfjlcgpgdipmfdoghckdkhbobaofa
URL Ufficiale https://chromewebstore.google.com/detail/ai-wallet-defender/polbfjlcgpgdipmfdoghckdkhbobaofa
Descrizione AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.
Dimensione del File 1.17 MB
Conteggio Installazioni 51
Versione Corrente 0.1.8
Ultimo Aggiornamento 2023-03-29
Data di Pubblicazione 2023-03-18
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore AI Wallet Defender
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://aiwalletdefender.com/
URL della Pagina di Aiuto https://docs.google.com/forms/d/e/1FAIpQLSdJ0FiifKL-7OyiT-JZiJAsF65rUlHJNKSFZo5kV59GPvcuPg/viewform?usp=sf_link
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1O4_U2Mb7vg64sfxAGfS6-yk8E3Piig7hG0iodxaNOTQ/edit?usp=sharing
Lingue Supportate 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"
            ]
        }
    ]
}