Wordle Solver

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

Wordle Solverとは何ですか?

Wordle SolverはWinkによって開発されたChromeの拡張機能で、その主な機能は「Get accurate guesses or instantly solve the puzzle with a single button」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Wordle Solver拡張機能のCRXファイルをダウンロード

Wordle Solver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        *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                    

拡張機能の基本情報

名前 Wordle Solver Wordle Solver
ID jabdpddklelhhaaecngijniddidjlpgg
公式URL https://chrome.google.com/webstore/detail/wordle-solver/jabdpddklelhhaaecngijniddidjlpgg
説明 Get accurate guesses or instantly solve the puzzle with a single button
ファイルサイズ 30.85 KB
インストール数 227
現在のバージョン 1.1
最終更新日 2022-04-21
公開日 2022-02-02
評価 5.00/5 合計 4 レビュー
開発者 Wink
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}