eagis - web3 security tool

Easy to get Aegis with eagis. This is a security tool to protect you from NFT scams and phishing Websites. You can get this on…

Was ist eagis - web3 security tool?

eagis - web3 security tool ist eine Chrome-Erweiterung, die von https://eag.is entwickelt wurde, und ihr Hauptmerkmal ist "Easy to get Aegis with eagis. This is a security tool to protect you from NFT scams and phishing Websites. You can get this on…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

eagis - web3 security tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie eagis - web3 security tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easy to get Aegis with eagis. This is a security tool to protect you from NFT scams and phishing Websites. You can get this on Chrome Web Store as free.                    

Grundlegende Informationen zur Erweiterung

Name eagis - web3 security tool eagis - web3 security tool
ID ichdnpogfildckjjhdgkanoonbapoaml
Offizielle URL https://chromewebstore.google.com/detail/eagis-web3-security-tool/ichdnpogfildckjjhdgkanoonbapoaml
Beschreibung Easy to get Aegis with eagis. This is a security tool to protect you from NFT scams and phishing Websites. You can get this on…
Dateigröße 127 KB
Installationsanzahl 216
Aktuelle Version 1.2.2
Letztes Update 2022-10-30
Veröffentlichungsdatum 2022-05-31
Entwickler https://eag.is
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://eag.is/
Hilfeseite URL https://docs.eag.is/
URL der Datenschutzrichtlinien-Seite https://docs.eag.is/privacy
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "1.2.2",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/define.js",
                ".\/scripts\/util.js",
                ".\/scripts\/template.js",
                ".\/scripts\/modal.js",
                ".\/scripts\/authenticity.js",
                ".\/scripts\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "static\/*\/*.*"
            ]
        }
    ],
    "action": [],
    "icons": {
        "16": "\/images\/icon_16x16.png",
        "32": "\/images\/icon_32x32.png",
        "48": "\/images\/icon_48x48.png",
        "128": "\/images\/icon_128x128.png"
    },
    "options_page": "static\/options\/index.html",
    "permissions": [
        "storage"
    ]
}