Wordle Cheat
A extension that gives you the wordle solution.
Wat is Wordle Cheat?
Wordle Cheat is een Chrome-extensie ontwikkeld door edvardhoiby, en de belangrijkste functie is "A extension that gives you the wordle solution.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wordle Cheat
Download Wordle Cheat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A extension that gives you the wordle solution. Made for https://www.powerlanguage.co.uk/wordle/
Basisinformatie over de Extensie
Naam | Wordle Cheat |
ID | dlhcamoihbjphkcfkieammpnhggdephd |
Officiële URL | https://chromewebstore.google.com/detail/wordle-cheat/dlhcamoihbjphkcfkieammpnhggdephd |
Beschrijving | A extension that gives you the wordle solution. |
Bestandsgrootte | 12.92 KB |
Aantal Installaties | 441 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-01-31 |
Publicatiedatum | 2022-01-31 |
Ontwikkelaar | edvardhoiby |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/3ddyBoi/wordle_cheat_extension |
Ondersteunde Talen | 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 } |