Crossword Solver

Automatically solve crossword puzzles

What is Crossword Solver?

Crossword Solver is a Chrome extension developed by crandall.logan, and its main feature is "Automatically solve crossword puzzles".

Extension Screenshots

screenshot

Download Crossword Solver Extension CRX File

Download Crossword 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

                        Automatically solve crossword puzzles on crossword labs                    

Extension Basic Information

Name Crossword Solver Crossword Solver
ID cknofpjccbegabehakmkhmcjeelllkle
Official URL https://chrome.google.com/webstore/detail/cknofpjccbegabehakmkhmcjeelllkle
Description Automatically solve crossword puzzles
File Size 8.51 KB
Installation Count 70
Current Version 0.0.1
Last Updated 2020-08-26
Publish Date 2020-08-26
Rating 2.33/5 Total 3 Ratings
Developer crandall.logan
Email [email protected]
Payment Type free
Extension Website https://static.accidentallycoded.com/crossword-solver.zip
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crossword Solver",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Automatically solve crossword puzzles",
    "homepage_url": "https:\/\/static.accidentallycoded.com\/crossword-solver.zip",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.crosswordlabs.com\/*",
        "http:\/\/*.crosswordlabs.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.crosswordlabs.com\/*",
                "http:\/\/*.crosswordlabs.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}