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…

Apa itu eagis - web3 security tool?

eagis - web3 security tool adalah ekstensi Chrome yang dikembangkan oleh https://eag.is, dan fitur utamanya adalah "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…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi eagis - web3 security tool

Unduh file ekstensi eagis - web3 security tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama eagis - web3 security tool eagis - web3 security tool
ID ichdnpogfildckjjhdgkanoonbapoaml
URL Resmi https://chromewebstore.google.com/detail/eagis-web3-security-tool/ichdnpogfildckjjhdgkanoonbapoaml
Deskripsi 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…
Ukuran File 127 KB
Jumlah Instalasi 216
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2022-10-30
Tanggal Publikasi 2022-05-31
Pengembang https://eag.is
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://eag.is/
URL Halaman Bantuan https://docs.eag.is/
URL Halaman Kebijakan Privasi https://docs.eag.is/privacy
Bahasa yang Didukung 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"
    ]
}