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.”。
扩展截图
下载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 |
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\/*" ] } ] } |