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 |
官方網址 | 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\/" ] } |