BeeCheating
Get today's complete spelling bee word list and total word count, without waiting for tomorrow.
Co to jest BeeCheating?
BeeCheating to rozszerzenie Chrome opracowane przez https://www.murchie.com, a jego główną funkcją jest „Get today's complete spelling bee word list and total word count, without waiting for tomorrow.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BeeCheating
Pobierz pliki rozszerzeń BeeCheating w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | BeeCheating |
ID | jknnlkgmlbfaljchdannpgfjeajpjfbi |
Oficjalny URL | https://chromewebstore.google.com/detail/beecheating/jknnlkgmlbfaljchdannpgfjeajpjfbi |
Opis | Get today's complete spelling bee word list and total word count, without waiting for tomorrow. |
Rozmiar pliku | 32.43 KB |
Liczba instalacji | 137 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2021-05-12 |
Data Publikacji | 2018-07-25 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.murchie.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.murchie.com/beecheating |
Adres URL Strony Pomocy | https://www.murchie.com/beecheating |
Obsługiwane Języki | 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 } |