BeeCheating

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

Hvad er BeeCheating?

BeeCheating er en Chrome-udvidelse udviklet af https://www.murchie.com, og dens hovedfunktion er "Get today's complete spelling bee word list and total word count, without waiting for tomorrow.".

Udvidelsesskærmbilleder

screenshot

Download BeeCheating-udvidelses-CRX-fil

Download BeeCheating-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn BeeCheating BeeCheating
ID jknnlkgmlbfaljchdannpgfjeajpjfbi
Officiel URL https://chromewebstore.google.com/detail/beecheating/jknnlkgmlbfaljchdannpgfjeajpjfbi
Beskrivelse Get today's complete spelling bee word list and total word count, without waiting for tomorrow.
Filstørrelse 32.43 KB
Antal Installationer 137
Nuværende Version 1.3
Senest Opdateret 2021-05-12
Udgivelsesdato 2018-07-25
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://www.murchie.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.murchie.com/beecheating
Hjælpeside-URL https://www.murchie.com/beecheating
Understøttede Sprog 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
}