Axie Link Checker

Helps you verify the Axie Infinity-related official websites

Vad är Axie Link Checker?

Axie Link Checker är en Chrome-tillägg utvecklad av theoroque95, och dess huvudfunktion är "Helps you verify the Axie Infinity-related official websites".

Tilläggsskärmbilder

screenshot

Ladda ner Axie Link Checker-förlängningens CRX-fil

Ladda ner Axie Link Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Axie Link Checker Axie Link Checker
ID eachcgiobjjladmkijcnhomohpjkkmkj
Officiell webbadress https://chromewebstore.google.com/detail/axie-link-checker/eachcgiobjjladmkijcnhomohpjkkmkj
Beskrivning Helps you verify the Axie Infinity-related official websites
Filstorlek 192 KB
Antal Installationer 63
Aktuell Version 0.0.0.3
Senast Uppdaterad 2021-08-08
Publiceringsdatum 2021-08-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare theoroque95
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.youtube.com/c/TopengTV
Hjälpsida URL https://www.facebook.com/topeng.tv
Stödda Språk 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\/*"
    ]
}