Skribbl.io Cheats
Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.
Skribbl.io Cheats là gì?
Skribbl.io Cheats là một tiện ích mở rộng Chrome được phát triển bởi jsiu7900, và tính năng chính của nó là "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Skribbl.io Cheats
Tải xuống các tệp mở rộng Skribbl.io Cheats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Skribbl.io Cheats |
ID | idphhmfinajlkohjcpkcblhddeccokpk |
URL Chính Thức | https://chromewebstore.google.com/detail/skribblio-cheats/idphhmfinajlkohjcpkcblhddeccokpk |
Mô tả | Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern. |
Kích Thước Tệp | 140 KB |
Số Lần Cài Đặt | 25,965 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-11-14 |
Ngày Phát Hành | 2022-11-13 |
Đánh Giá | 3.70/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | jsiu7900 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |