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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}