Wordle Cheat

A extension that gives you the wordle solution.

Wordle Cheatคืออะไร?

Wordle Cheat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edvardhoiby และคุณลักษณะหลักของมันคือ "A extension that gives you the wordle solution."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordle Cheat

ดาวน์โหลดไฟล์ส่วนขยาย Wordle Cheat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A extension that gives you the wordle solution. Made for https://www.powerlanguage.co.uk/wordle/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wordle Cheat Wordle Cheat
ID dlhcamoihbjphkcfkieammpnhggdephd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordle-cheat/dlhcamoihbjphkcfkieammpnhggdephd
คำอธิบาย A extension that gives you the wordle solution.
ขนาดไฟล์ 12.92 KB
จำนวนการติดตั้ง 441
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-01-31
วันที่เผยแพร่ 2022-01-31
ผู้พัฒนา edvardhoiby
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/3ddyBoi/wordle_cheat_extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle Cheat",
    "description": "A extension that gives you the wordle solution.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.powerlanguage.co.uk\/wordle\/"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "\/logos\/wordleCheatLogo16.png",
            "32": "\/logos\/wordleCheatLogo32.png",
            "48": "\/logos\/wordleCheatLogo48.png",
            "128": "\/logos\/wordleCheatLogo128.png",
            "192": "\/logos\/wordleCheatLogo192.png"
        }
    },
    "icons": {
        "16": "\/logos\/wordleCheatLogo16.png",
        "32": "\/logos\/wordleCheatLogo32.png",
        "48": "\/logos\/wordleCheatLogo48.png",
        "128": "\/logos\/wordleCheatLogo128.png",
        "192": "\/logos\/wordleCheatLogo192.png"
    },
    "manifest_version": 3
}