Skribbl.io Cheats
Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
Τι είναι το Skribbl.io Cheats;
Το Skribbl.io Cheats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jsiu7900, και η κύρια λειτουργία του είναι "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Skribbl.io Cheats
Λήψη αρχείων επέκτασης Skribbl.io Cheats σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Skribbl.io Cheats |
ID | idphhmfinajlkohjcpkcblhddeccokpk |
Επίσημο URL | https://chromewebstore.google.com/detail/skribblio-cheats/idphhmfinajlkohjcpkcblhddeccokpk |
Περιγραφή | Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern. |
Μέγεθος Αρχείου | 140 KB |
Αριθμός Εγκαταστάσεων | 25,965 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2022-11-14 |
Ημερομηνία Δημοσίευσης | 2022-11-13 |
Αξιολόγηση | 3.70/5 Συνολικά 27 Αξιολογήσεις |
Προγραμματιστής | jsiu7900 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |