Wordle Cheat

A extension that gives you the wordle solution.

Cos'è Wordle Cheat?

Wordle Cheat è un'estensione di Chrome sviluppata da edvardhoiby, e la sua funzione principale è "A extension that gives you the wordle solution.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wordle Cheat

Scarica i file di estensione Wordle Cheat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A extension that gives you the wordle solution. Made for https://www.powerlanguage.co.uk/wordle/                    

Informazioni di Base sull'Estensione

Nome Wordle Cheat Wordle Cheat
ID dlhcamoihbjphkcfkieammpnhggdephd
URL Ufficiale https://chromewebstore.google.com/detail/wordle-cheat/dlhcamoihbjphkcfkieammpnhggdephd
Descrizione A extension that gives you the wordle solution.
Dimensione del File 12.92 KB
Conteggio Installazioni 441
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-31
Data di Pubblicazione 2022-01-31
Sviluppatore edvardhoiby
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/3ddyBoi/wordle_cheat_extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle Cheat",
    "description": "A extension that gives you the wordle solution.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.powerlanguage.co.uk\/wordle\/"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "\/logos\/wordleCheatLogo16.png",
            "32": "\/logos\/wordleCheatLogo32.png",
            "48": "\/logos\/wordleCheatLogo48.png",
            "128": "\/logos\/wordleCheatLogo128.png",
            "192": "\/logos\/wordleCheatLogo192.png"
        }
    },
    "icons": {
        "16": "\/logos\/wordleCheatLogo16.png",
        "32": "\/logos\/wordleCheatLogo32.png",
        "48": "\/logos\/wordleCheatLogo48.png",
        "128": "\/logos\/wordleCheatLogo128.png",
        "192": "\/logos\/wordleCheatLogo192.png"
    },
    "manifest_version": 3
}