Wordle++

This cheat tells you the exact word of the day also has arrows to change the date which will tell you the word for specific date.

Co to jest Wordle++?

Wordle++ to rozszerzenie Chrome opracowane przez FunkyPanda, a jego główną funkcją jest „This cheat tells you the exact word of the day also has arrows to change the date which will tell you the word for specific date.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Wordle++

Pobierz pliki rozszerzeń Wordle++ 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

                        This simple Wordle cheat extension will give you the Wordle solution or hint for today or any other day of the month.

Hints have now also been added, you are able to get a hint of the word without revealing the entire word. 
You can also solve the wordle without even typing anything.

Made for https://www.nytimes.com/games/wordle/index.html

Developed by FunkyPanda
https://funkypanda.me/                    

Podstawowe informacje o rozszerzeniu

Nazwa Wordle++ Wordle++
ID lkdgfadjadljnjokkhinbjoknomnjkil
Oficjalny URL https://chromewebstore.google.com/detail/wordle++/lkdgfadjadljnjokkhinbjoknomnjkil
Opis This cheat tells you the exact word of the day also has arrows to change the date which will tell you the word for specific date.
Rozmiar pliku 172 KB
Liczba instalacji 36
Aktualna Wersja 4.4
Ostatnia Aktualizacja 2023-02-08
Data Publikacji 2022-03-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper FunkyPanda
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://funkypanda.me/
Adres URL Strony Pomocy https://funkypanda.me/#contact
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle++",
    "description": "This cheat tells you the exact word of the day also has arrows to change the date which will tell you the word for specific date.",
    "version": "4.4",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Wordle++",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}