Endless Wordle

Endless Wordle

Cos'è Endless Wordle?

Endless Wordle è un'estensione di Chrome sviluppata da Nerds, e la sua funzione principale è "Endless Wordle".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Endless Wordle

Scarica i file di estensione Endless Wordle 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

                        Wordle Game. Play as many puzzles per day as you want.
* 4-8 letter puzzles
* 1-5 Difficulty scale
* Allow/Disallow duplicate letters                    

Informazioni di Base sull'Estensione

Nome Endless Wordle Endless Wordle
ID fopahpnkbddlmndlmpjdkgapnefnlpcj
URL Ufficiale https://chromewebstore.google.com/detail/endless-wordle/fopahpnkbddlmndlmpjdkgapnefnlpcj
Descrizione Endless Wordle
Dimensione del File 4.55 MB
Conteggio Installazioni 1,838
Versione Corrente 1.2.0.8
Ultimo Aggiornamento 2023-06-29
Data di Pubblicazione 2022-01-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Nerds
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Endless Wordle",
    "version": "1.2.0.8",
    "description": "Endless Wordle",
    "author": "Brett Harris",
    "action": {
        "default_title": "Endless Wordle",
        "default_icon": "wordle.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+W",
                "mac": "Command+W"
            }
        }
    },
    "permissions": [],
    "icons": {
        "16": "wordle-16.png",
        "48": "wordle-48.png",
        "128": "wordle-128.png"
    }
}