Gather Cheat
Gather.town cheat extension
什么是Gather Cheat?
Gather Cheat是由i4M1k0SU开发的Chrome扩展程序,该扩展的主要功能是“Gather.town cheat extension”。
扩展截图
下载Gather Cheat扩展crx文件
下载Gather Cheat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add more features to make Gather.town more comfortable.
Provides features
- Teleportation
- Speed Up
- OoB (Through the wall)
- PinP (Picture in Picture)
This Extension is unofficial. 扩展基本信息
| 名称 | |
| ID | eppjjgieifdioncfdlccfpblkkimpdlm |
| 官方URL | https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm |
| 简介 | Gather.town cheat extension |
| 文件大小 | 41.19 KB |
| 安装次数 | 362 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2023-06-05 |
| 上架时间 | 2022-08-30 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | i4M1k0SU |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/i4M1k0SU/GatherCheat |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Gather Cheat",
"version": "1.0.4",
"description": "Gather.town cheat extension",
"homepage_url": "https:\/\/github.com\/i4M1k0SU\/GatherCheat",
"default_locale": "en",
"icons": {
"16": "img\/16.png",
"24": "img\/24.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png",
"256": "img\/256.png",
"512": "img\/512.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.gather.town\/*"
],
"js": [
"js\/main.js"
],
"css": [
"css\/inject.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"js\/inject.js",
"js\/main.js",
"html\/inject.html",
"img\/48.png"
],
"matches": [
"https:\/\/app.gather.town\/*"
]
}
]
} | |