Wordle Cheat

A extension that gives you the wordle solution.

Wordle Cheat là gì?

Wordle Cheat là một tiện ích mở rộng Chrome được phát triển bởi edvardhoiby, và tính năng chính của nó là "A extension that gives you the wordle solution.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordle Cheat

Tải xuống các tệp mở rộng Wordle Cheat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A extension that gives you the wordle solution. Made for https://www.powerlanguage.co.uk/wordle/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordle Cheat Wordle Cheat
ID dlhcamoihbjphkcfkieammpnhggdephd
URL Chính Thức https://chromewebstore.google.com/detail/wordle-cheat/dlhcamoihbjphkcfkieammpnhggdephd
Mô tả A extension that gives you the wordle solution.
Kích Thước Tệp 12.92 KB
Số Lần Cài Đặt 441
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-31
Ngày Phát Hành 2022-01-31
Nhà Phát Triển edvardhoiby
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/3ddyBoi/wordle_cheat_extension
Ngôn Ngữ Được Hỗ Trợ 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
}