AI Wallet Defender

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

Qu'est-ce que AI Wallet Defender ?

AI Wallet Defender est une extension Chrome développée par AI Wallet Defender, et sa fonction principale est "AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AI Wallet Defender

Téléchargez les fichiers d'extension AI Wallet Defender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AI Wallet Defender AI Wallet Defender
ID polbfjlcgpgdipmfdoghckdkhbobaofa
URL Officiel 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.
Taille du Fichier 1.17 MB
Nombre d'Installations 51
Version Actuelle 0.1.8
Dernière Mise à Jour 2023-03-29
Date de Publication 2023-03-18
Évaluation 5.00/5 Total 12 Évaluations
Développeur AI Wallet Defender
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aiwalletdefender.com/
URL de la Page d'Aide https://docs.google.com/forms/d/e/1FAIpQLSdJ0FiifKL-7OyiT-JZiJAsF65rUlHJNKSFZo5kV59GPvcuPg/viewform?usp=sf_link
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1O4_U2Mb7vg64sfxAGfS6-yk8E3Piig7hG0iodxaNOTQ/edit?usp=sharing
Langues Prises en Charge 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"
            ]
        }
    ]
}