Crossword Solver

Automatically solve crossword puzzles

Wat is Crossword Solver?

Crossword Solver is een Chrome-extensie ontwikkeld door crandall.logan, en de belangrijkste functie is "Automatically solve crossword puzzles".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crossword Solver

Download Crossword Solver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Automatically solve crossword puzzles on crossword labs                    

Basisinformatie over de Extensie

Naam Crossword Solver Crossword Solver
ID cknofpjccbegabehakmkhmcjeelllkle
Officiële URL https://chrome.google.com/webstore/detail/cknofpjccbegabehakmkhmcjeelllkle
Beschrijving Automatically solve crossword puzzles
Bestandsgrootte 8.51 KB
Aantal Installaties 70
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-08-26
Publicatiedatum 2020-08-26
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar crandall.logan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://static.accidentallycoded.com/crossword-solver.zip
Ondersteunde Talen 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"
            ]
        }
    ]
}