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 |
| 官方網址 | 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\/*"
]
}
]
} | |