Wordle Solver

Get accurate guesses or instantly solve the puzzle with a single button

Wat is Wordle Solver?

Wordle Solver is een Chrome-extensie ontwikkeld door Wink, en de belangrijkste functie is "Get accurate guesses or instantly solve the puzzle with a single button".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wordle Solver

Download Wordle Solver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        *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                    

Basisinformatie over de Extensie

Naam Wordle Solver Wordle Solver
ID jabdpddklelhhaaecngijniddidjlpgg
Officiële URL https://chrome.google.com/webstore/detail/wordle-solver/jabdpddklelhhaaecngijniddidjlpgg
Beschrijving Get accurate guesses or instantly solve the puzzle with a single button
Bestandsgrootte 30.85 KB
Aantal Installaties 227
Huidige Versie 1.1
Laatst Bijgewerkt 2022-04-21
Publicatiedatum 2022-02-02
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Wink
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}