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