Wordle Cheat
A extension that gives you the wordle solution.
ما هو Wordle Cheat؟
Wordle Cheat هو إضافة Chrome تم تطويرها بواسطة edvardhoiby، والميزة الرئيسية لها هي "A extension that gives you the wordle solution.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wordle Cheat
قم بتنزيل ملفات الامتداد Wordle Cheat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A extension that gives you the wordle solution. Made for https://www.powerlanguage.co.uk/wordle/
معلومات أساسية عن التمديد
الاسم | Wordle Cheat |
ID | dlhcamoihbjphkcfkieammpnhggdephd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wordle-cheat/dlhcamoihbjphkcfkieammpnhggdephd |
الوصف | A extension that gives you the wordle solution. |
حجم الملف | 12.92 KB |
عدد التثبيتات | 441 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-01-31 |
تاريخ النشر | 2022-01-31 |
المطور | edvardhoiby |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/3ddyBoi/wordle_cheat_extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordle Cheat", "description": "A extension that gives you the wordle solution.", "content_scripts": [ { "matches": [ "https:\/\/www.powerlanguage.co.uk\/wordle\/" ], "js": [ "index.js" ] } ], "version": "1.0", "action": { "default_icon": { "16": "\/logos\/wordleCheatLogo16.png", "32": "\/logos\/wordleCheatLogo32.png", "48": "\/logos\/wordleCheatLogo48.png", "128": "\/logos\/wordleCheatLogo128.png", "192": "\/logos\/wordleCheatLogo192.png" } }, "icons": { "16": "\/logos\/wordleCheatLogo16.png", "32": "\/logos\/wordleCheatLogo32.png", "48": "\/logos\/wordleCheatLogo48.png", "128": "\/logos\/wordleCheatLogo128.png", "192": "\/logos\/wordleCheatLogo192.png" }, "manifest_version": 3 } |