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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jsiu7900 และคุณลักษณะหลักของมันคือ "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skribbl.io Cheats

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}