Wordle Helper - Hackle
Hackle shows the number of solutions left when you click the word 'Wordle'. It also blocks NYT ad trackers on Wordle.
Co je Wordle Helper - Hackle?
Wordle Helper - Hackle je rozšíření Chrome vyvinuté https://everythingishacked.com, a jeho hlavní funkcí je „Hackle shows the number of solutions left when you click the word 'Wordle'. It also blocks NYT ad trackers on Wordle.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wordle Helper - Hackle
Stáhněte si soubory rozšíření Wordle Helper - Hackle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Hackle shows the number of solutions left when you click the word 'Wordle' and logs remaining words to the console. It also blocks the New York Times ad trackers added to Wordle.
Základní Informace o Rozšíření
Název | Wordle Helper - Hackle |
ID | oogeahpiahbgnhjphohomnckbidgdhhd |
Oficiální URL | https://chromewebstore.google.com/detail/wordle-helper-hackle/oogeahpiahbgnhjphohomnckbidgdhhd |
Popis | Hackle shows the number of solutions left when you click the word 'Wordle'. It also blocks NYT ad trackers on Wordle. |
Velikost souboru | 25.59 KB |
Počet instalací | 27 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2022-03-03 |
Datum Vydání | 2022-03-02 |
Vývojář | https://everythingishacked.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordle Helper - Hackle", "description": "Hackle shows the number of solutions left when you click the word 'Wordle'. It also blocks NYT ad trackers on Wordle.", "version": "0.1", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.nytimes.com\/games\/wordle\/*" ], "js": [ "count.js" ] } ], "permissions": [ "declarativeNetRequest" ], "action": [], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rule.json" } ] } } |