Wordle++
This cheat tells you the exact word of the day also has arrows to change the date which will tell you the word for specific date.
Что такое Wordle++?
Wordle++ - это расширение Chrome, разработанное FunkyPanda, и его основная функция - "This cheat tells you the exact word of the day also has arrows to change the date which will tell you the word for specific date.".
Снимки экрана расширения
Скачать файл CRX расширения Wordle++
Скачайте файлы расширений Wordle++ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This simple Wordle cheat extension will give you the Wordle solution or hint for today or any other day of the month. Hints have now also been added, you are able to get a hint of the word without revealing the entire word. You can also solve the wordle without even typing anything. Made for https://www.nytimes.com/games/wordle/index.html Developed by FunkyPanda https://funkypanda.me/
Основная информация о расширении
Название | Wordle++ |
ID | lkdgfadjadljnjokkhinbjoknomnjkil |
Официальный URL | https://chromewebstore.google.com/detail/wordle++/lkdgfadjadljnjokkhinbjoknomnjkil |
Описание | This cheat tells you the exact word of the day also has arrows to change the date which will tell you the word for specific date. |
Размер файла | 172 KB |
Количество установок | 36 |
Текущая Версия | 4.4 |
Последнее Обновление | 2023-02-08 |
Дата публикации | 2022-03-14 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | FunkyPanda |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://funkypanda.me/ |
URL страницы помощи | https://funkypanda.me/#contact |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordle++", "description": "This cheat tells you the exact word of the day also has arrows to change the date which will tell you the word for specific date.", "version": "4.4", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Wordle++", "default_icon": "icon.png", "default_popup": "popup.html" } } |