Wordle Trainer

Lets you know the solution right away!

Wordle Trainerคืออะไร?

Wordle Trainer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Lets you know the solution right away!"

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

screenshot

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

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

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

                        Just a simple extension that gives you the answer to the wordle right away. 

Meant just as a joke, of course it is pointless to use this to cheat in Wordle, which is a fantastic game meant to test your ability. 

Completely open source -> https://github.com/ckcr4lyf/wordle-trainer

Now works with the NYT version!                    

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

ชื่อ Wordle Trainer Wordle Trainer
ID ejicpilkpbdlniehaolkdpinagnldbjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo
คำอธิบาย Lets you know the solution right away!
ขนาดไฟล์ 9.54 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-02-14
วันที่เผยแพร่ 2022-01-28
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ckcr4lyf/wordle-trainer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle Trainer",
    "description": "Lets you know the solution right away!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nytimes.com\/games\/wordle\/index.html"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.nytimes.com\/games\/wordle\/"
    ]
}