Wordle Cheat
A extension that gives you the wordle solution.
What is Wordle Cheat?
Wordle Cheat is a Chrome extension developed by edvardhoiby, and its main feature is "A extension that gives you the wordle solution.".
Extension Screenshots
Download Wordle Cheat Extension CRX File
Download Wordle Cheat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A extension that gives you the wordle solution. Made for https://www.powerlanguage.co.uk/wordle/
Extension Basic Information
Name | Wordle Cheat |
ID | dlhcamoihbjphkcfkieammpnhggdephd |
Official URL | https://chromewebstore.google.com/detail/wordle-cheat/dlhcamoihbjphkcfkieammpnhggdephd |
Description | A extension that gives you the wordle solution. |
File Size | 12.92 KB |
Installation Count | 441 |
Current Version | 1.0 |
Last Updated | 2022-01-31 |
Publish Date | 2022-01-31 |
Developer | edvardhoiby |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/3ddyBoi/wordle_cheat_extension |
Supported Languages | 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 } |