Skribbl.io Cheats

Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.

Was ist Skribbl.io Cheats?

Skribbl.io Cheats ist eine Chrome-Erweiterung, die von jsiu7900 entwickelt wurde, und ihr Hauptmerkmal ist "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.".

Erweiterungsscreenshots

screenshot

Skribbl.io Cheats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Skribbl.io Cheats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Skribbl.io Cheats Skribbl.io Cheats
ID idphhmfinajlkohjcpkcblhddeccokpk
Offizielle URL https://chromewebstore.google.com/detail/skribblio-cheats/idphhmfinajlkohjcpkcblhddeccokpk
Beschreibung Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
Dateigröße 140 KB
Installationsanzahl 25,965
Aktuelle Version 1.0.1
Letztes Update 2022-11-14
Veröffentlichungsdatum 2022-11-13
Bewertung 3.70/5 Insgesamt 27 Bewertungen
Entwickler jsiu7900
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}