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はhttps://eag.isによって開発された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…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

eagis - web3 security tool拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}