Gather Cheat

Gather.town cheat extension

Qu'est-ce que Gather Cheat ?

Gather Cheat est une extension Chrome développée par i4M1k0SU, et sa fonction principale est "Gather.town cheat extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gather Cheat

Téléchargez les fichiers d'extension Gather Cheat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gather Cheat Gather Cheat
ID eppjjgieifdioncfdlccfpblkkimpdlm
URL Officiel https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm
Description Gather.town cheat extension
Taille du Fichier 41.19 KB
Nombre d'Installations 362
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-06-05
Date de Publication 2022-08-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur i4M1k0SU
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/i4M1k0SU/GatherCheat
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}