Wordle Solver
Get accurate guesses or instantly solve the puzzle with a single button
什么是Wordle Solver?
Wordle Solver是由Wink开发的Chrome扩展程序,该扩展的主要功能是“Get accurate guesses or instantly solve the puzzle with a single button”。
扩展截图
下载Wordle Solver扩展crx文件
下载Wordle Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*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 扩展基本信息
| 名称 | |
| ID | jabdpddklelhhaaecngijniddidjlpgg |
| 官方URL | https://chrome.google.com/webstore/detail/wordle-solver/jabdpddklelhhaaecngijniddidjlpgg |
| 简介 | Get accurate guesses or instantly solve the puzzle with a single button |
| 文件大小 | 30.85 KB |
| 安装次数 | 227 |
| 当前版本 | 1.1 |
| 更新时间 | 2022-04-21 |
| 上架时间 | 2022-02-02 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Wink |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |