Gather Cheat

Gather.town cheat extension

Gather Cheatとは何ですか?

Gather Cheatはi4M1k0SUによって開発されたChromeの拡張機能で、その主な機能は「Gather.town cheat extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Gather Cheat拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
            ]
        }
    ]
}