Axie Link Checker

Helps you verify the Axie Infinity-related official websites

ما هو Axie Link Checker؟

Axie Link Checker هو إضافة Chrome تم تطويرها بواسطة theoroque95، والميزة الرئيسية لها هي "Helps you verify the Axie Infinity-related official websites".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Axie Link Checker

قم بتنزيل ملفات الامتداد Axie Link Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Axie Link Checker Axie Link Checker
ID eachcgiobjjladmkijcnhomohpjkkmkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/axie-link-checker/eachcgiobjjladmkijcnhomohpjkkmkj
الوصف Helps you verify the Axie Infinity-related official websites
حجم الملف 192 KB
عدد التثبيتات 63
النسخة الحالية 0.0.0.3
آخر تحديث 2021-08-08
تاريخ النشر 2021-08-02
تقييم 5.00/5 مجموع تقييمات 3
المطور theoroque95
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.youtube.com/c/TopengTV
عنوان صفحة المساعدة https://www.facebook.com/topeng.tv
اللغات المدعومة 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\/*"
    ]
}