Wordle Solver
Get accurate guesses or instantly solve the puzzle with a single button
Qu'est-ce que Wordle Solver ?
Wordle Solver est une extension Chrome développée par Wink, et sa fonction principale est "Get accurate guesses or instantly solve the puzzle with a single button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wordle Solver
Téléchargez les fichiers d'extension Wordle Solver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
*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
Informations de Base sur l'Extension
Nom | |
ID | jabdpddklelhhaaecngijniddidjlpgg |
URL Officiel | https://chrome.google.com/webstore/detail/wordle-solver/jabdpddklelhhaaecngijniddidjlpgg |
Description | Get accurate guesses or instantly solve the puzzle with a single button |
Taille du Fichier | 30.85 KB |
Nombre d'Installations | 227 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-04-21 |
Date de Publication | 2022-02-02 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Wink |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |