Wordle Solver

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

Wordle Solver là gì?

Wordle Solver là một tiện ích mở rộng Chrome được phát triển bởi Wink, và tính năng chính của nó là "Get accurate guesses or instantly solve the puzzle with a single button".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordle Solver

Tải xuống các tệp mở rộng Wordle Solver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordle Solver Wordle Solver
ID jabdpddklelhhaaecngijniddidjlpgg
URL Chính Thức https://chrome.google.com/webstore/detail/wordle-solver/jabdpddklelhhaaecngijniddidjlpgg
Mô tả Get accurate guesses or instantly solve the puzzle with a single button
Kích Thước Tệp 30.85 KB
Số Lần Cài Đặt 227
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-04-21
Ngày Phát Hành 2022-02-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Wink
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}