Axie Link Checker

Helps you verify the Axie Infinity-related official websites

Axie Link Checkerとは何ですか?

Axie Link Checkerはtheoroque95によって開発されたChromeの拡張機能で、その主な機能は「Helps you verify the Axie Infinity-related official websites」です。

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

screenshot

Axie Link Checker拡張機能のCRXファイルをダウンロード

Axie Link Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Verifies the search results for known sites used for the game Axie Infinity by applying check image on the search result title to avoid scams and phishing sites. Available on Google Chrome and Google Search only.                    

拡張機能の基本情報

名前 Axie Link Checker Axie Link Checker
ID eachcgiobjjladmkijcnhomohpjkkmkj
公式URL https://chromewebstore.google.com/detail/axie-link-checker/eachcgiobjjladmkijcnhomohpjkkmkj
説明 Helps you verify the Axie Infinity-related official websites
ファイルサイズ 192 KB
インストール数 63
現在のバージョン 0.0.0.3
最終更新日 2021-08-08
公開日 2021-08-02
評価 5.00/5 合計 3 レビュー
開発者 theoroque95
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.youtube.com/c/TopengTV
ヘルプページのURL https://www.facebook.com/topeng.tv
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Axie Link Checker",
    "description": "Helps you verify the Axie Infinity-related official websites",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/16x16.png",
        "32": ".\/images\/32x32.png",
        "48": ".\/images\/48x48.png",
        "128": ".\/images\/128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": ".\/images\/16x16.png",
            "32": ".\/images\/32x32.png",
            "48": ".\/images\/48x48.png",
            "128": ".\/images\/128x128.png"
        }
    },
    "permissions": [
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/check.png",
                "images\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/*"
    ]
}