Axie Link Checker

Helps you verify the Axie Infinity-related official websites

Qu'est-ce que Axie Link Checker ?

Axie Link Checker est une extension Chrome développée par theoroque95, et sa fonction principale est "Helps you verify the Axie Infinity-related official websites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Axie Link Checker

Téléchargez les fichiers d'extension Axie Link Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Axie Link Checker Axie Link Checker
ID eachcgiobjjladmkijcnhomohpjkkmkj
URL Officiel https://chromewebstore.google.com/detail/axie-link-checker/eachcgiobjjladmkijcnhomohpjkkmkj
Description Helps you verify the Axie Infinity-related official websites
Taille du Fichier 192 KB
Nombre d'Installations 63
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2021-08-08
Date de Publication 2021-08-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur theoroque95
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtube.com/c/TopengTV
URL de la Page d'Aide https://www.facebook.com/topeng.tv
Langues Prises en Charge 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\/*"
    ]
}