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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 } |