Wordle Solver

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

O que é Wordle Solver?

Wordle Solver é uma extensão do Chrome desenvolvida por Wink, e sua principal característica é "Get accurate guesses or instantly solve the puzzle with a single button".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wordle Solver

Baixe arquivos de extensão Wordle Solver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        *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                    

Informações Básicas da Extensão

Nome Wordle Solver Wordle Solver
ID jabdpddklelhhaaecngijniddidjlpgg
URL Oficial https://chrome.google.com/webstore/detail/wordle-solver/jabdpddklelhhaaecngijniddidjlpgg
Descrição Get accurate guesses or instantly solve the puzzle with a single button
Tamanho do Arquivo 30.85 KB
Contagem de Instalações 227
Versão Atual 1.1
Última Atualização 2022-04-21
Data de Publicação 2022-02-02
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Wink
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}