BeeCheating

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

O que é BeeCheating?

BeeCheating é uma extensão do Chrome desenvolvida por https://www.murchie.com, e sua principal característica é "Get today's complete spelling bee word list and total word count, without waiting for tomorrow.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BeeCheating

Baixe arquivos de extensão BeeCheating no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BeeCheating BeeCheating
ID jknnlkgmlbfaljchdannpgfjeajpjfbi
URL Oficial https://chromewebstore.google.com/detail/beecheating/jknnlkgmlbfaljchdannpgfjeajpjfbi
Descrição Get today's complete spelling bee word list and total word count, without waiting for tomorrow.
Tamanho do Arquivo 32.43 KB
Contagem de Instalações 137
Versão Atual 1.3
Última Atualização 2021-05-12
Data de Publicação 2018-07-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.murchie.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.murchie.com/beecheating
URL da Página de Ajuda https://www.murchie.com/beecheating
Idiomas Suportados 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
}