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…

Что такое eagis - web3 security tool?

eagis - web3 security tool - это расширение Chrome, разработанное https://eag.is, и его основная функция - "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
screenshot
screenshot
screenshot

Скачать файл CRX расширения eagis - web3 security tool

Скачайте файлы расширений eagis - web3 security tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название eagis - web3 security tool eagis - web3 security tool
ID ichdnpogfildckjjhdgkanoonbapoaml
Официальный URL https://chromewebstore.google.com/detail/eagis-web3-security-tool/ichdnpogfildckjjhdgkanoonbapoaml
Описание 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…
Размер файла 127 KB
Количество установок 216
Текущая Версия 1.2.2
Последнее Обновление 2022-10-30
Дата публикации 2022-05-31
Разработчик https://eag.is
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://eag.is/
URL страницы помощи https://docs.eag.is/
URL страницы политики конфиденциальности https://docs.eag.is/privacy
Поддерживаемые языки 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"
    ]
}