Skribbl Assistant
Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
Co je Skribbl Assistant?
Skribbl Assistant je rozšíření Chrome vyvinuté https://sspathare97.com, a jeho hlavní funkcí je „Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Skribbl Assistant
Stáhněte si soubory rozšíření Skribbl Assistant 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í
# 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
Základní Informace o Rozšíření
Název | Skribbl Assistant |
ID | ohniohajdcaicipofiohnkejhmdjhile |
Oficiální URL | https://chromewebstore.google.com/detail/skribbl-assistant/ohniohajdcaicipofiohnkejhmdjhile |
Popis | Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern. |
Velikost souboru | 12.94 KB |
Počet instalací | 10,826 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2020-07-24 |
Datum Vydání | 2020-07-20 |
Hodnocení | 3.96/5 Celkem 24 Hodnocení |
Vývojář | https://sspathare97.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/sspathare97/skribbl-assistant |
Podporované Jazyky | 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" } } |