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…

Co to jest eagis - web3 security tool?

eagis - web3 security tool to rozszerzenie Chrome opracowane przez https://eag.is, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia eagis - web3 security tool

Pobierz pliki rozszerzeń eagis - web3 security tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa eagis - web3 security tool eagis - web3 security tool
ID ichdnpogfildckjjhdgkanoonbapoaml
Oficjalny URL https://chromewebstore.google.com/detail/eagis-web3-security-tool/ichdnpogfildckjjhdgkanoonbapoaml
Opis 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…
Rozmiar pliku 127 KB
Liczba instalacji 216
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2022-10-30
Data Publikacji 2022-05-31
Deweloper https://eag.is
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://eag.is/
Adres URL Strony Pomocy https://docs.eag.is/
Adres URL Strony Polityki Prywatności https://docs.eag.is/privacy
Obsługiwane Języki 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"
    ]
}