Skribbl.io Cheats

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

Skribbl.io Cheats क्या है?

Skribbl.io Cheats jsiu7900 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Skribbl.io Cheats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Skribbl.io Cheats Skribbl.io Cheats
ID idphhmfinajlkohjcpkcblhddeccokpk
आधिकारिक URL https://chromewebstore.google.com/detail/skribblio-cheats/idphhmfinajlkohjcpkcblhddeccokpk
विवरण Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
फ़ाइल का आकार 140 KB
स्थापना संख्या 25,965
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-11-14
प्रकाशन तिथि 2022-11-13
रेटिंग 3.70/5 कुल 27 रेटिंग्स
डेवलपर jsiu7900
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}