Wordle Trainer
Lets you know the solution right away!
Wordle Trainerとは何ですか?
Wordle TrainerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Lets you know the solution right away!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/" ] } |