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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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\/*"
    ]
}