Gather Cheat

Gather.town cheat extension

Gather Cheat란 무엇입니까?

Gather Cheat은(는) i4M1k0SU에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gather.town cheat extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gather Cheat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}