Wordle Trainer
Lets you know the solution right away!
Hvad er Wordle Trainer?
Wordle Trainer er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Lets you know the solution right away!".
Udvidelsesskærmbilleder
Download Wordle Trainer-udvidelses-CRX-fil
Download Wordle Trainer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Wordle Trainer |
ID | ejicpilkpbdlniehaolkdpinagnldbjo |
Officiel URL | https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo |
Beskrivelse | Lets you know the solution right away! |
Filstørrelse | 9.54 KB |
Antal Installationer | 48 |
Nuværende Version | 1.1 |
Senest Opdateret | 2022-02-14 |
Udgivelsesdato | 2022-01-28 |
Udvikler | Unknown |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ckcr4lyf/wordle-trainer |
Understøttede Sprog | 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\/" ] } |