Wordle Cheat

A extension that gives you the wordle solution.

Wordle Cheatとは何ですか?

Wordle Cheatはedvardhoibyによって開発されたChromeの拡張機能で、その主な機能は「A extension that gives you the wordle solution.」です。

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

screenshot
screenshot

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