Wordle Trainer

Lets you know the solution right away!

Wat is Wordle Trainer?

Wordle Trainer is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Lets you know the solution right away!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wordle Trainer

Download Wordle Trainer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Wordle Trainer Wordle Trainer
ID ejicpilkpbdlniehaolkdpinagnldbjo
Officiële URL https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo
Beschrijving Lets you know the solution right away!
Bestandsgrootte 9.54 KB
Aantal Installaties 48
Huidige Versie 1.1
Laatst Bijgewerkt 2022-02-14
Publicatiedatum 2022-01-28
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ckcr4lyf/wordle-trainer
Ondersteunde Talen 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\/"
    ]
}