Wordle Trainer

Lets you know the solution right away!

What is Wordle Trainer?

Wordle Trainer is a Chrome extension developed by Unknown, and its main feature is "Lets you know the solution right away!".

Extension Screenshots

screenshot

Download Wordle Trainer Extension CRX File

Download Wordle Trainer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Wordle Trainer Wordle Trainer
ID ejicpilkpbdlniehaolkdpinagnldbjo
Official URL https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo
Description Lets you know the solution right away!
File Size 9.54 KB
Installation Count 48
Current Version 1.1
Last Updated 2022-02-14
Publish Date 2022-01-28
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/ckcr4lyf/wordle-trainer
Supported Languages 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\/"
    ]
}