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.
擴展基本資訊
名稱 | BeeCheating |
ID | jknnlkgmlbfaljchdannpgfjeajpjfbi |
官方網址 | 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 } |