New York Times Puzzle Solver

Reveal NYT puzzle answers. Solves all Crosswords, Spelling Bees, Wordles, Letter Boxed, and Connections.

What is New York Times Puzzle Solver?

New York Times Puzzle Solver is a Chrome extension developed by srinathsomasundaram32, and its main feature is "Reveal NYT puzzle answers. Solves all Crosswords, Spelling Bees, Wordles, Letter Boxed, and Connections.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download New York Times Puzzle Solver Extension CRX File

Download New York Times Puzzle Solver 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

                        This extension solves New York Times puzzle games for solvers who want to know missed words or answers without losing their streak. 

Solves all crosswords (Mini, Daily, and Bonus), Spelling Bee, Wordle, Connections, and Letter Boxed.


Icon from Vecteezy.com                    

Extension Basic Information

Name New York Times Puzzle Solver New York Times Puzzle Solver
ID nfelhmejdfjahpjghmkdjdiegoefemke
Official URL https://chromewebstore.google.com/detail/new-york-times-puzzle-sol/nfelhmejdfjahpjghmkdjdiegoefemke
Description Reveal NYT puzzle answers. Solves all Crosswords, Spelling Bees, Wordles, Letter Boxed, and Connections.
File Size 55.19 KB
Installation Count 65
Current Version 1.0
Last Updated 2023-10-17
Publish Date 2020-08-31
Developer srinathsomasundaram32
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vQ7zelQK01xVtgo-3t-hOzymHXIHR0C5_hpRSU-Q2C6qF51_LIsg0FAxoPQwpM7MbUAykOWXOsyzNOk/pub
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New York Times Puzzle Solver",
    "description": "Reveal NYT puzzle answers. Solves all Crosswords, Spelling Bees, Wordles, Letter Boxed, and Connections.",
    "version": "1.0",
    "icons": {
        "512": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/nytimes.com\/"
    ]
}