Wordle Trainer

Lets you know the solution right away!

Cos'è Wordle Trainer?

Wordle Trainer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Lets you know the solution right away!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wordle Trainer

Scarica i file di estensione Wordle Trainer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Wordle Trainer Wordle Trainer
ID ejicpilkpbdlniehaolkdpinagnldbjo
URL Ufficiale https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo
Descrizione Lets you know the solution right away!
Dimensione del File 9.54 KB
Conteggio Installazioni 48
Versione Corrente 1.1
Ultimo Aggiornamento 2022-02-14
Data di Pubblicazione 2022-01-28
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ckcr4lyf/wordle-trainer
Lingue Supportate 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\/"
    ]
}