Wordle Cheat

A extension that gives you the wordle solution.

Co to jest Wordle Cheat?

Wordle Cheat to rozszerzenie Chrome opracowane przez edvardhoiby, a jego główną funkcją jest „A extension that gives you the wordle solution.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Wordle Cheat

Pobierz pliki rozszerzeń Wordle Cheat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Wordle Cheat Wordle Cheat
ID dlhcamoihbjphkcfkieammpnhggdephd
Oficjalny URL https://chromewebstore.google.com/detail/wordle-cheat/dlhcamoihbjphkcfkieammpnhggdephd
Opis A extension that gives you the wordle solution.
Rozmiar pliku 12.92 KB
Liczba instalacji 441
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-31
Data Publikacji 2022-01-31
Deweloper edvardhoiby
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/3ddyBoi/wordle_cheat_extension
Obsługiwane Języki 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
}