Skribbl.io Cheats
Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
Cos'è Skribbl.io Cheats?
Skribbl.io Cheats è un'estensione di Chrome sviluppata da jsiu7900, e la sua funzione principale è "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Skribbl.io Cheats
Scarica i file di estensione Skribbl.io Cheats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Narrows down the list of possible words in Skribbl.io. The suggestions are clickable so it automatically types for you. It doesn't contain all of the possible words, after the November 9th, 2022 update. However, this is updated to work for this new Skribbl.io version, but it doesn't have all of the words yet, since I don't have a full list of the words. Leave a comment down below if you know where to find the full list of words so I can update it.
Informazioni di Base sull'Estensione
Nome | Skribbl.io Cheats |
ID | idphhmfinajlkohjcpkcblhddeccokpk |
URL Ufficiale | https://chromewebstore.google.com/detail/skribblio-cheats/idphhmfinajlkohjcpkcblhddeccokpk |
Descrizione | Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern. |
Dimensione del File | 140 KB |
Conteggio Installazioni | 25,965 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-11-14 |
Data di Pubblicazione | 2022-11-13 |
Valutazione | 3.70/5 Totale 27 Valutazioni |
Sviluppatore | jsiu7900 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skribbl.io Cheats", "version": "1.0.1", "description": "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/skribbl.io\/*" ] } ] } |