Wordle Solver
Get accurate guesses or instantly solve the puzzle with a single button
Wordle Solverคืออะไร?
Wordle Solver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wink และคุณลักษณะหลักของมันคือ "Get accurate guesses or instantly solve the puzzle with a single button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordle Solver
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |