Wordle Trainer

Lets you know the solution right away!

Wordle Trainer là gì?

Wordle Trainer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Lets you know the solution right away!".

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

screenshot

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

Tải xuống các tệp mở rộng Wordle Trainer 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

                        Just a simple extension that gives you the answer to the wordle right away. 

Meant just as a joke, of course it is pointless to use this to cheat in Wordle, which is a fantastic game meant to test your ability. 

Completely open source -> https://github.com/ckcr4lyf/wordle-trainer

Now works with the NYT version!                    

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

Tên Wordle Trainer Wordle Trainer
ID ejicpilkpbdlniehaolkdpinagnldbjo
URL Chính Thức https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo
Mô tả Lets you know the solution right away!
Kích Thước Tệp 9.54 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-02-14
Ngày Phát Hành 2022-01-28
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ckcr4lyf/wordle-trainer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle Trainer",
    "description": "Lets you know the solution right away!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nytimes.com\/games\/wordle\/index.html"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.nytimes.com\/games\/wordle\/"
    ]
}