BeeCheating

Get today's complete spelling bee word list and total word count, without waiting for tomorrow.

Cos'è BeeCheating?

BeeCheating è un'estensione di Chrome sviluppata da https://www.murchie.com, e la sua funzione principale è "Get today's complete spelling bee word list and total word count, without waiting for tomorrow.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BeeCheating

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

                        Get today's complete NYT Spelling Bee answer list, hints, and total word count without waiting for tomorrow - it's as simple as clicking the BeeCheating toolbar button while solving the NYT Spelling Bee in your browser.

Become a Queen Bee today without all of the thinking - instant gratification without waiting for tomorrow. Completely confidential.                    

Informazioni di Base sull'Estensione

Nome BeeCheating BeeCheating
ID jknnlkgmlbfaljchdannpgfjeajpjfbi
URL Ufficiale https://chromewebstore.google.com/detail/beecheating/jknnlkgmlbfaljchdannpgfjeajpjfbi
Descrizione Get today's complete spelling bee word list and total word count, without waiting for tomorrow.
Dimensione del File 32.43 KB
Conteggio Installazioni 137
Versione Corrente 1.3
Ultimo Aggiornamento 2021-05-12
Data di Pubblicazione 2018-07-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.murchie.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.murchie.com/beecheating
URL della Pagina di Aiuto https://www.murchie.com/beecheating
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BeeCheating",
    "description": "Get today's complete spelling bee word list and total word count, without waiting for tomorrow.",
    "version": "1.3",
    "permissions": [
        "*:\/\/*.nytimes.com\/puzzles\/spelling-bee*",
        "declarativeContent"
    ],
    "page_action": {
        "default_popup": "beecheat.html",
        "default_icon": {
            "16": "Icon-16.png",
            "32": "Icon-32.png",
            "48": "Icon-48.png",
            "64": "Icon-64.png",
            "96": "Icon-96.png",
            "128": "Icon-128.png",
            "256": "Icon-256.png"
        }
    },
    "icons": {
        "16": "Icon-16.png",
        "32": "Icon-32.png",
        "48": "Icon-48.png",
        "64": "Icon-64.png",
        "96": "Icon-96.png",
        "128": "Icon-128.png",
        "256": "Icon-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}