BeeCheating
Get today's complete spelling bee word list and total word count, without waiting for tomorrow.
Co je BeeCheating?
BeeCheating je rozšíření Chrome vyvinuté https://www.murchie.com, a jeho hlavní funkcí je „Get today's complete spelling bee word list and total word count, without waiting for tomorrow.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BeeCheating
Stáhněte si soubory rozšíření BeeCheating ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | BeeCheating |
ID | jknnlkgmlbfaljchdannpgfjeajpjfbi |
Oficiální URL | https://chromewebstore.google.com/detail/beecheating/jknnlkgmlbfaljchdannpgfjeajpjfbi |
Popis | Get today's complete spelling bee word list and total word count, without waiting for tomorrow. |
Velikost souboru | 32.43 KB |
Počet instalací | 137 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2021-05-12 |
Datum Vydání | 2018-07-25 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.murchie.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.murchie.com/beecheating |
URL Stránky Nápovědy | https://www.murchie.com/beecheating |
Podporované Jazyky | 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 } |