Wordle Solver

Automatically solves Wordle

Cos'è Wordle Solver?

Wordle Solver è un'estensione di Chrome sviluppata da Alex Craig, e la sua funzione principale è "Automatically solves Wordle".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wordle Solver

Scarica i file di estensione Wordle Solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Automatically finds the next best word for you to play in the popular game Wordle! (https://www.powerlanguage.co.uk/wordle/) Using a basic set of 5 letter words and a bit of information theory.                    

Informazioni di Base sull'Estensione

Nome Wordle Solver Wordle Solver
ID lfjeflamjnebohfnmijjaphhlimjgnde
URL Ufficiale https://chromewebstore.google.com/detail/wordle-solver/lfjeflamjnebohfnmijjaphhlimjgnde
Descrizione Automatically solves Wordle
Dimensione del File 187 KB
Conteggio Installazioni 650
Versione Corrente 2.3
Ultimo Aggiornamento 2022-02-11
Data di Pubblicazione 2022-01-22
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Alex Craig
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/A-J-C/WordleSolver
URL della Pagina di Aiuto https://github.com/A-J-C/WordleSolver
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle Solver",
    "description": "Automatically solves Wordle",
    "version": "2.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/wordle_16.png",
            "32": "\/images\/wordle_32.png",
            "48": "\/images\/wordle_48.png",
            "128": "\/images\/wordle_128.png"
        }
    },
    "icons": {
        "16": "\/images\/wordle_16.png",
        "32": "\/images\/wordle_32.png",
        "48": "\/images\/wordle_48.png",
        "128": "\/images\/wordle_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "words\/*"
            ],
            "matches": [
                "https:\/\/www.powerlanguage.co.uk\/*"
            ]
        }
    ]
}