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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |