Wordle Trainer

Lets you know the solution right away!

什么是Wordle Trainer?

Wordle Trainer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Lets you know the solution right away!”。

扩展截图

screenshot

下载Wordle Trainer扩展crx文件

下载Wordle Trainer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Wordle Trainer Wordle Trainer
ID ejicpilkpbdlniehaolkdpinagnldbjo
官方URL https://chromewebstore.google.com/detail/wordle-trainer/ejicpilkpbdlniehaolkdpinagnldbjo
简介 Lets you know the solution right away!
文件大小 9.54 KB
安装次数 48
当前版本 1.1
更新时间 2022-02-14
上架时间 2022-01-28
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ckcr4lyf/wordle-trainer
支持的语言 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\/"
    ]
}