Axie Link Checker

Helps you verify the Axie Infinity-related official websites

Co to jest Axie Link Checker?

Axie Link Checker to rozszerzenie Chrome opracowane przez theoroque95, a jego główną funkcją jest „Helps you verify the Axie Infinity-related official websites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Axie Link Checker

Pobierz pliki rozszerzeń Axie Link Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Axie Link Checker Axie Link Checker
ID eachcgiobjjladmkijcnhomohpjkkmkj
Oficjalny URL https://chromewebstore.google.com/detail/axie-link-checker/eachcgiobjjladmkijcnhomohpjkkmkj
Opis Helps you verify the Axie Infinity-related official websites
Rozmiar pliku 192 KB
Liczba instalacji 63
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2021-08-08
Data Publikacji 2021-08-02
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper theoroque95
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.youtube.com/c/TopengTV
Adres URL Strony Pomocy https://www.facebook.com/topeng.tv
Obsługiwane Języki 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\/*"
    ]
}