Skribbl Assistant
Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
What is Skribbl Assistant?
Skribbl Assistant is a Chrome extension developed by https://sspathare97.com, and its main feature is "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.".
Extension Screenshots
Download Skribbl Assistant Extension CRX File
Download Skribbl Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# 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
Extension Basic Information
Name | Skribbl Assistant |
ID | ohniohajdcaicipofiohnkejhmdjhile |
Official URL | 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. |
File Size | 12.94 KB |
Installation Count | 10,826 |
Current Version | 1.2.0 |
Last Updated | 2020-07-24 |
Publish Date | 2020-07-20 |
Rating | 3.96/5 Total 24 Ratings |
Developer | https://sspathare97.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sspathare97/skribbl-assistant |
Supported Languages | 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" } } |