Drawbattle Cheats
Gives all the answers for drawbattle!
什么是Drawbattle Cheats?
Drawbattle Cheats是由krash开发的Chrome扩展程序,该扩展的主要功能是“Gives all the answers for drawbattle!”。
扩展截图
下载Drawbattle Cheats扩展crx文件
下载Drawbattle Cheats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get all the answers for your drawbattle games using this extension. Simply press on the extension icon to reveal the answer. 扩展基本信息
| 名称 | |
| ID | jflnjkcopkkbfblkjldbkccdcbjjlhim |
| 官方URL | https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim |
| 简介 | Gives all the answers for drawbattle! |
| 文件大小 | 28.54 KB |
| 安装次数 | 282 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-01-10 |
| 上架时间 | 2023-01-08 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | krash |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Drawbattle Cheats",
"description": "Gives all the answers for drawbattle!",
"version": "1.0.1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/drawbattle.io\/*"
],
"js": [
"content-script.js"
]
}
],
"icons": {
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Settings"
},
"permissions": [
"tabs",
"storage"
]
} | |