BeeCheating
Get today's complete spelling bee word list and total word count, without waiting for tomorrow.
Wat is BeeCheating?
BeeCheating is een Chrome-extensie ontwikkeld door https://www.murchie.com, en de belangrijkste functie is "Get today's complete spelling bee word list and total word count, without waiting for tomorrow.".
Extensie Screenshots
Download het CRX-bestand van de extensie BeeCheating
Download BeeCheating-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | BeeCheating |
ID | jknnlkgmlbfaljchdannpgfjeajpjfbi |
Officiële URL | https://chromewebstore.google.com/detail/beecheating/jknnlkgmlbfaljchdannpgfjeajpjfbi |
Beschrijving | Get today's complete spelling bee word list and total word count, without waiting for tomorrow. |
Bestandsgrootte | 32.43 KB |
Aantal Installaties | 137 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-05-12 |
Publicatiedatum | 2018-07-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.murchie.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.murchie.com/beecheating |
Help Pagina-URL | https://www.murchie.com/beecheating |
Ondersteunde Talen | 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 } |