Skribbl.io Cheats

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

Qu'est-ce que Skribbl.io Cheats ?

Skribbl.io Cheats est une extension Chrome développée par jsiu7900, 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

screenshot

Télécharger le fichier CRX de l'extension Skribbl.io Cheats

Téléchargez les fichiers d'extension Skribbl.io Cheats 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

                        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.                    

Informations de Base sur l'Extension

Nom Skribbl.io Cheats Skribbl.io Cheats
ID idphhmfinajlkohjcpkcblhddeccokpk
URL Officiel https://chromewebstore.google.com/detail/skribblio-cheats/idphhmfinajlkohjcpkcblhddeccokpk
Description Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
Taille du Fichier 140 KB
Nombre d'Installations 25,965
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-11-14
Date de Publication 2022-11-13
Évaluation 3.70/5 Total 27 Évaluations
Développeur jsiu7900
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}