Wordle

Get wordle Answers

What is Wordle?

Wordle is a Chrome extension developed by sidbhatia60, and its main feature is "Get wordle Answers".

Extension Screenshots

screenshot
screenshot

Download Wordle Extension CRX File

Download 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

                        Get Wordle answers in a click.
Just a helper tool to get wordle answers in a single click                    

Extension Basic Information

Name Wordle Wordle
ID jcndlcmmhglbapkndejdmphakfldicfm
Official URL https://chromewebstore.google.com/detail/wordle/jcndlcmmhglbapkndejdmphakfldicfm
Description Get wordle Answers
File Size 12.2 KB
Installation Count 172
Current Version 2.0
Last Updated 2022-02-15
Publish Date 2022-02-08
Rating 1.00/5 Total 2 Ratings
Developer sidbhatia60
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordle",
    "version": "2.0",
    "description": "Get wordle Answers",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Flat_tick_icon.png"
    },
    "icons": {
        "16": "Flat_tick_icon.png",
        "32": "Flat_tick_icon.png",
        "48": "Flat_tick_icon.png",
        "128": "Flat_tick_icon.png"
    }
}