Wordle Trainer
Lets you know the solution right away!
Apa itu Wordle Trainer?
Wordle Trainer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Lets you know the solution right away!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wordle Trainer
Unduh file ekstensi Wordle Trainer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Wordle Trainer |
ID | ejicpilkpbdlniehaolkdpinagnldbjo |
URL Resmi | https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo |
Deskripsi | Lets you know the solution right away! |
Ukuran File | 9.54 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-02-14 |
Tanggal Publikasi | 2022-01-28 |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ckcr4lyf/wordle-trainer |
Bahasa yang Didukung | 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\/" ] } |