Skribbl Assistant
Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
Qu'est-ce que Skribbl Assistant ?
Skribbl Assistant est une extension Chrome développée par https://sspathare97.com, et sa fonction principale est "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Skribbl Assistant
Téléchargez les fichiers d'extension Skribbl Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
# How to use - Press ALT to enable/disable Skribbl Assistant - Click on a hint to submit it - Type in the chatbox to highlight hints. # Exact pattern matching: _______ will suggest catfish __ ____ will suggest Mr Bean __-__ will suggest yo-yo # Check out Github repository https://github.com/sspathare97/skribbl-assistant # Notes - Since, it uses a fixed wordlist, it may not suggest new words if Skribbl.io updates the wordlist. Also, it will not work for custom words in private rooms - Don't click on multiple hints per second as rapidly submitting multiple words will result in getting kicked out by Skribbl.io
Informations de Base sur l'Extension
Nom | Skribbl Assistant |
ID | ohniohajdcaicipofiohnkejhmdjhile |
URL Officiel | https://chromewebstore.google.com/detail/skribbl-assistant/ohniohajdcaicipofiohnkejhmdjhile |
Description | Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern. |
Taille du Fichier | 12.94 KB |
Nombre d'Installations | 10,826 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2020-07-24 |
Date de Publication | 2020-07-20 |
Évaluation | 3.96/5 Total 24 Évaluations |
Développeur | https://sspathare97.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sspathare97/skribbl-assistant |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skribbl Assistant", "version": "1.2.0", "description": "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/skribbl.io\/*" ], "js": [ "skribbl-assistant.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |