Axie Link Checker

Helps you verify the Axie Infinity-related official websites

Axie Link Checker là gì?

Axie Link Checker là một tiện ích mở rộng Chrome được phát triển bởi theoroque95, và tính năng chính của nó là "Helps you verify the Axie Infinity-related official websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Axie Link Checker

Tải xuống các tệp mở rộng Axie Link Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Axie Link Checker Axie Link Checker
ID eachcgiobjjladmkijcnhomohpjkkmkj
URL Chính Thức https://chromewebstore.google.com/detail/axie-link-checker/eachcgiobjjladmkijcnhomohpjkkmkj
Mô tả Helps you verify the Axie Infinity-related official websites
Kích Thước Tệp 192 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2021-08-08
Ngày Phát Hành 2021-08-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển theoroque95
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.youtube.com/c/TopengTV
URL Trang Trợ Giúp https://www.facebook.com/topeng.tv
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}