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 |
官方網址 | 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 } |