Wordle cracker
A UI tool to crack wordle
Wordle crackerとは何ですか?
Wordle crackerはVijesh Mohanによって開発されたChromeの拡張機能で、その主な機能は「A UI tool to crack wordle」です。
拡張機能のスクリーンショット
Wordle cracker拡張機能のCRXファイルをダウンロード
Wordle cracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        A chrome extension to crack wordle game.
(https://www.powerlanguage.co.uk/wordle/)                     拡張機能の基本情報
| 名前 |   |  
| ID | lkgkfaenmgbbajikphiacchekahepbom | 
| 公式URL | https://chromewebstore.google.com/detail/wordle-cracker/lkgkfaenmgbbajikphiacchekahepbom | 
| 説明 | A UI tool to crack wordle | 
| ファイルサイズ | 73.12 KB | 
| インストール数 | 177 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2022-01-22 | 
| 公開日 | 2022-01-21 | 
| 評価 | 1.00/5 合計 2 レビュー | 
| 開発者 | Vijesh Mohan | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle cracker",
    "description": "A UI tool to crack wordle",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/wordle16.png",
            "32": "\/images\/wordle32.png",
            "48": "\/images\/wordle48.png",
            "128": "\/images\/wordle128.png"
        }
    },
    "icons": {
        "16": "\/images\/wordle16.png",
        "32": "\/images\/wordle32.png",
        "48": "\/images\/wordle48.png",
        "128": "\/images\/wordle128.png"
    }
}  |  |