Wordle Cheat
A extension that gives you the wordle solution.
什么是Wordle Cheat?
Wordle Cheat是由edvardhoiby开发的Chrome扩展程序,该扩展的主要功能是“A extension that gives you the wordle solution.”。
扩展截图
下载Wordle Cheat扩展crx文件
下载Wordle Cheat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A extension that gives you the wordle solution. Made for https://www.powerlanguage.co.uk/wordle/
扩展基本信息
名称 | Wordle Cheat |
ID | dlhcamoihbjphkcfkieammpnhggdephd |
官方URL | https://chromewebstore.google.com/detail/wordle-cheat/dlhcamoihbjphkcfkieammpnhggdephd |
简介 | A extension that gives you the wordle solution. |
文件大小 | 12.92 KB |
安装次数 | 441 |
当前版本 | 1.0 |
更新时间 | 2022-01-31 |
上架时间 | 2022-01-31 |
开发者 | edvardhoiby |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/3ddyBoi/wordle_cheat_extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordle Cheat", "description": "A extension that gives you the wordle solution.", "content_scripts": [ { "matches": [ "https:\/\/www.powerlanguage.co.uk\/wordle\/" ], "js": [ "index.js" ] } ], "version": "1.0", "action": { "default_icon": { "16": "\/logos\/wordleCheatLogo16.png", "32": "\/logos\/wordleCheatLogo32.png", "48": "\/logos\/wordleCheatLogo48.png", "128": "\/logos\/wordleCheatLogo128.png", "192": "\/logos\/wordleCheatLogo192.png" } }, "icons": { "16": "\/logos\/wordleCheatLogo16.png", "32": "\/logos\/wordleCheatLogo32.png", "48": "\/logos\/wordleCheatLogo48.png", "128": "\/logos\/wordleCheatLogo128.png", "192": "\/logos\/wordleCheatLogo192.png" }, "manifest_version": 3 } |