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
官方網址 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\/*"
    ]
}