Spelling Bee Assistant

Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle

Cos'è Spelling Bee Assistant?

Spelling Bee Assistant è un'estensione di Chrome sviluppata da https://spelling-bee-assistant.app, e la sua funzione principale è "Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Spelling Bee Assistant

Scarica i file di estensione Spelling Bee Assistant 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

                        Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle. It’s packed with features that will boost your playing experience.

Follow your progress, see what lies ahead of you and if you want to, get a hint or two. Eventually, when you run out of ideas, reveal the missing words - no more waiting until the next day!

Spelling Bee Assistant is a great improvement for an already great game and it won’t spoil the fun. Promised!

Note: This extension doesn't collect personal data of any kind.                    

Informazioni di Base sull'Estensione

Nome Spelling Bee Assistant Spelling Bee Assistant
ID ncejlmlagglodbdmkfmgnadfnbhnjcpg
URL Ufficiale https://chromewebstore.google.com/detail/spelling-bee-assistant/ncejlmlagglodbdmkfmgnadfnbhnjcpg
Descrizione Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle
Dimensione del File 52.03 KB
Conteggio Installazioni 1,041
Versione Corrente 4.3.10
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2021-01-05
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://spelling-bee-assistant.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://spelling-bee-assistant.app/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spelling Bee Assistant",
    "description": "Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times\u2019 popular word puzzle",
    "homepage_url": "https:\/\/spelling-bee-assistant.app\/",
    "version": "4.3.10",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nytimes.com\/puzzles\/spelling-bee*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "spelling-bee-assistant.min.js"
            ],
            "matches": [
                "https:\/\/www.nytimes.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.nytimes.com\/*"
    ]
}