Wordle Hints
For those with a small vocabulary (like me!) - @scrptddy on Twitter
Was ist Wordle Hints?
Wordle Hints ist eine Chrome-Erweiterung, die von Sam Jesso entwickelt wurde, und ihr Hauptmerkmal ist "For those with a small vocabulary (like me!) - @scrptddy on Twitter".
Erweiterungsscreenshots
Wordle Hints-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wordle Hints-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Wordle Hints is a chrome extension that shows you words you could try next while playing Wordle on powerlanguage.co.uk/wordle Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aadebbmpgfiohlfjgpoakgnonegjcjln |
| Offizielle URL | https://chromewebstore.google.com/detail/wordle-hints/aadebbmpgfiohlfjgpoakgnonegjcjln |
| Beschreibung | For those with a small vocabulary (like me!) - @scrptddy on Twitter |
| Dateigröße | 141 KB |
| Installationsanzahl | 22 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2022-02-22 |
| Veröffentlichungsdatum | 2022-01-18 |
| Entwickler | Sam Jesso |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wordle Hints",
"description": "For those with a small vocabulary (like me!) - @scrptddy on Twitter",
"version": "1.0.4",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html"
}
} | |