Axie Link Checker

Helps you verify the Axie Infinity-related official websites

Apa itu Axie Link Checker?

Axie Link Checker adalah ekstensi Chrome yang dikembangkan oleh theoroque95, dan fitur utamanya adalah "Helps you verify the Axie Infinity-related official websites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Axie Link Checker

Unduh file ekstensi Axie Link Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Axie Link Checker Axie Link Checker
ID eachcgiobjjladmkijcnhomohpjkkmkj
URL Resmi https://chromewebstore.google.com/detail/axie-link-checker/eachcgiobjjladmkijcnhomohpjkkmkj
Deskripsi Helps you verify the Axie Infinity-related official websites
Ukuran File 192 KB
Jumlah Instalasi 63
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2021-08-08
Tanggal Publikasi 2021-08-02
Penilaian 5.00/5 Total 3 Penilaian
Pengembang theoroque95
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.youtube.com/c/TopengTV
URL Halaman Bantuan https://www.facebook.com/topeng.tv
Bahasa yang Didukung 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\/*"
    ]
}