Gather Cheat
Gather.town cheat extension
Cos'è Gather Cheat?
Gather Cheat è un'estensione di Chrome sviluppata da i4M1k0SU, e la sua funzione principale è "Gather.town cheat extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gather Cheat
Scarica i file di estensione Gather Cheat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | eppjjgieifdioncfdlccfpblkkimpdlm |
| URL Ufficiale | https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm |
| Descrizione | Gather.town cheat extension |
| Dimensione del File | 41.19 KB |
| Conteggio Installazioni | 362 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2023-06-05 |
| Data di Pubblicazione | 2022-08-30 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | i4M1k0SU |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/i4M1k0SU/GatherCheat |
| Lingue Supportate | 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\/*"
]
}
]
} | |