Gather Cheat

Gather.town cheat extension

O que é Gather Cheat?

Gather Cheat é uma extensão do Chrome desenvolvida por i4M1k0SU, e sua principal característica é "Gather.town cheat extension".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Gather Cheat

Baixe arquivos de extensão Gather Cheat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Gather Cheat Gather Cheat
ID eppjjgieifdioncfdlccfpblkkimpdlm
URL Oficial https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm
Descrição Gather.town cheat extension
Tamanho do Arquivo 41.19 KB
Contagem de Instalações 362
Versão Atual 1.0.4
Última Atualização 2023-06-05
Data de Publicação 2022-08-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor i4M1k0SU
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/i4M1k0SU/GatherCheat
Idiomas Suportados 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\/*"
            ]
        }
    ]
}