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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 BeeCheating 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
Eメール [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
}