Gather Cheat

Gather.town cheat extension

Что такое Gather Cheat?

Gather Cheat - это расширение Chrome, разработанное i4M1k0SU, и его основная функция - "Gather.town cheat extension".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Gather Cheat

Скачайте файлы расширений Gather Cheat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Gather Cheat Gather Cheat
ID eppjjgieifdioncfdlccfpblkkimpdlm
Официальный URL https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm
Описание Gather.town cheat extension
Размер файла 41.19 KB
Количество установок 362
Текущая Версия 1.0.4
Последнее Обновление 2023-06-05
Дата публикации 2022-08-30
Рейтинг 5.00/5 Всего 2 оценок
Разработчик i4M1k0SU
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/i4M1k0SU/GatherCheat
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}