Spelling Bee Assistant

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

Was ist Spelling Bee Assistant?

Spelling Bee Assistant ist eine Chrome-Erweiterung, die von https://spelling-bee-assistant.app entwickelt wurde, und ihr Hauptmerkmal ist "Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle".

Erweiterungsscreenshots

screenshot
screenshot

Spelling Bee Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spelling Bee Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Spelling Bee Assistant Spelling Bee Assistant
ID ncejlmlagglodbdmkfmgnadfnbhnjcpg
Offizielle URL https://chromewebstore.google.com/detail/spelling-bee-assistant/ncejlmlagglodbdmkfmgnadfnbhnjcpg
Beschreibung Spelling Bee Assistant is an add-on for Spelling Bee, the New York Times’ popular word puzzle
Dateigröße 52.03 KB
Installationsanzahl 1,041
Aktuelle Version 4.3.10
Letztes Update 2024-03-05
Veröffentlichungsdatum 2021-01-05
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://spelling-bee-assistant.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://spelling-bee-assistant.app/
Unterstützte Sprachen 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\/*"
    ]
}