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
电子邮箱 [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\/*"
    ]
}