Gather Cheat

Gather.town cheat extension

Vad är Gather Cheat?

Gather Cheat är en Chrome-tillägg utvecklad av i4M1k0SU, och dess huvudfunktion är "Gather.town cheat extension".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Gather Cheat-förlängningens CRX-fil

Ladda ner Gather Cheat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gather Cheat Gather Cheat
ID eppjjgieifdioncfdlccfpblkkimpdlm
Officiell webbadress https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm
Beskrivning Gather.town cheat extension
Filstorlek 41.19 KB
Antal Installationer 362
Aktuell Version 1.0.4
Senast Uppdaterad 2023-06-05
Publiceringsdatum 2022-08-30
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare i4M1k0SU
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/i4M1k0SU/GatherCheat
Stödda Språk 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\/*"
            ]
        }
    ]
}