Wordle Solver
Get accurate guesses or instantly solve the puzzle with a single button
Co je Wordle Solver?
Wordle Solver je rozšíření Chrome vyvinuté Wink, a jeho hlavní funkcí je „Get accurate guesses or instantly solve the puzzle with a single button“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wordle Solver
Stáhněte si soubory rozšíření Wordle Solver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
*This extension is no longer supported. The auto-solver may stop working if the Wordle developers change their website.* 3 simple buttons: 1. Play - navigates current tab to Wordle website 2. Guess - makes an educated guess for you based on the previous guess history 3. Solve - instantly solves the puzzle in one attempt
Základní Informace o Rozšíření
Název | |
ID | jabdpddklelhhaaecngijniddidjlpgg |
Oficiální URL | https://chrome.google.com/webstore/detail/wordle-solver/jabdpddklelhhaaecngijniddidjlpgg |
Popis | Get accurate guesses or instantly solve the puzzle with a single button |
Velikost souboru | 30.85 KB |
Počet instalací | 227 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-04-21 |
Datum Vydání | 2022-02-02 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Wink |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordle Solver", "description": "Get accurate guesses or instantly solve the puzzle with a single button", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.nytimes.com\/games\/wordle\/index.html" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/letter_w_16.png", "32": "\/images\/letter_w_32.png", "48": "\/images\/letter_w_48.png", "128": "\/images\/letter_w_128.png" } }, "icons": { "16": "\/images\/letter_w_16.png", "32": "\/images\/letter_w_32.png", "48": "\/images\/letter_w_48.png", "128": "\/images\/letter_w_128.png" } } |