BeeCheating
Get today's complete spelling bee word list and total word count, without waiting for tomorrow.
Что такое BeeCheating?
BeeCheating - это расширение Chrome, разработанное https://www.murchie.com, и его основная функция - "Get today's complete spelling bee word list and total word count, without waiting for tomorrow.".
Снимки экрана расширения
Скачать файл CRX расширения BeeCheating
Скачайте файлы расширений BeeCheating в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | BeeCheating |
ID | jknnlkgmlbfaljchdannpgfjeajpjfbi |
Официальный URL | https://chromewebstore.google.com/detail/beecheating/jknnlkgmlbfaljchdannpgfjeajpjfbi |
Описание | Get today's complete spelling bee word list and total word count, without waiting for tomorrow. |
Размер файла | 32.43 KB |
Количество установок | 137 |
Текущая Версия | 1.3 |
Последнее Обновление | 2021-05-12 |
Дата публикации | 2018-07-25 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://www.murchie.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.murchie.com/beecheating |
URL страницы помощи | https://www.murchie.com/beecheating |
Поддерживаемые языки | 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 } |