Axie Link Checker

Helps you verify the Axie Infinity-related official websites

Wat is Axie Link Checker?

Axie Link Checker is een Chrome-extensie ontwikkeld door theoroque95, en de belangrijkste functie is "Helps you verify the Axie Infinity-related official websites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Axie Link Checker

Download Axie Link Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Axie Link Checker Axie Link Checker
ID eachcgiobjjladmkijcnhomohpjkkmkj
Officiële URL https://chromewebstore.google.com/detail/axie-link-checker/eachcgiobjjladmkijcnhomohpjkkmkj
Beschrijving Helps you verify the Axie Infinity-related official websites
Bestandsgrootte 192 KB
Aantal Installaties 63
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2021-08-08
Publicatiedatum 2021-08-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar theoroque95
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.youtube.com/c/TopengTV
Help Pagina-URL https://www.facebook.com/topeng.tv
Ondersteunde Talen 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\/*"
    ]
}