BeeCheating
Get today's complete spelling bee word list and total word count, without waiting for tomorrow.
什么是BeeCheating?
BeeCheating是由https://www.murchie.com开发的Chrome扩展程序,该扩展的主要功能是“Get today's complete spelling bee word list and total word count, without waiting for tomorrow.”。
扩展截图
下载BeeCheating扩展crx文件
下载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.                     扩展基本信息
| 名称 |   |  
| 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
}  |  |