Wordle Trainer
Lets you know the solution right away!
ما هو Wordle Trainer؟
Wordle Trainer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Lets you know the solution right away!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wordle Trainer
قم بتنزيل ملفات الامتداد Wordle Trainer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | Wordle Trainer |
ID | ejicpilkpbdlniehaolkdpinagnldbjo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo |
الوصف | Lets you know the solution right away! |
حجم الملف | 9.54 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-02-14 |
تاريخ النشر | 2022-01-28 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ckcr4lyf/wordle-trainer |
اللغات المدعومة | 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\/" ] } |