Endless Wordle
Endless Wordle
What is Endless Wordle?
Endless Wordle is a Chrome extension developed by Nerds, and its main feature is "Endless Wordle".
Extension Screenshots
Download Endless Wordle Extension CRX File
Download Endless Wordle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Wordle Game. Play as many puzzles per day as you want. * 4-8 letter puzzles * 1-5 Difficulty scale * Allow/Disallow duplicate letters
Extension Basic Information
Name | Endless Wordle |
ID | fopahpnkbddlmndlmpjdkgapnefnlpcj |
Official URL | https://chromewebstore.google.com/detail/endless-wordle/fopahpnkbddlmndlmpjdkgapnefnlpcj |
Description | Endless Wordle |
File Size | 4.55 MB |
Installation Count | 1,838 |
Current Version | 1.2.0.8 |
Last Updated | 2023-06-29 |
Publish Date | 2022-01-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Nerds |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Endless Wordle", "version": "1.2.0.8", "description": "Endless Wordle", "author": "Brett Harris", "action": { "default_title": "Endless Wordle", "default_icon": "wordle.png" }, "background": { "service_worker": "worker.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+W", "mac": "Command+W" } } }, "permissions": [], "icons": { "16": "wordle-16.png", "48": "wordle-48.png", "128": "wordle-128.png" } } |