Gather Cheat
Gather.town cheat extension
What is Gather Cheat?
Gather Cheat is a Chrome extension developed by i4M1k0SU, and its main feature is "Gather.town cheat extension".
Extension Screenshots
Download Gather Cheat Extension CRX File
Download Gather Cheat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Gather Cheat |
ID | eppjjgieifdioncfdlccfpblkkimpdlm |
Official URL | https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm |
Description | Gather.town cheat extension |
File Size | 41.19 KB |
Installation Count | 362 |
Current Version | 1.0.4 |
Last Updated | 2023-06-05 |
Publish Date | 2022-08-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | i4M1k0SU |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/i4M1k0SU/GatherCheat |
Supported Languages | 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\/*" ] } ] } |