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によって開発されたChromeの拡張機能で、その主な機能は「Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.」です。

拡張機能のスクリーンショット

screenshot

Skribbl.io Cheats拡張機能のCRXファイルをダウンロード

Skribbl.io Cheats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}