Gather Cheat
Gather.town cheat extension
Gather Cheat là gì?
Gather Cheat là một tiện ích mở rộng Chrome được phát triển bởi i4M1k0SU, và tính năng chính của nó là "Gather.town cheat extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gather Cheat
Tải xuống các tệp mở rộng Gather Cheat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gather Cheat |
ID | eppjjgieifdioncfdlccfpblkkimpdlm |
URL Chính Thức | https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm |
Mô tả | Gather.town cheat extension |
Kích Thước Tệp | 41.19 KB |
Số Lần Cài Đặt | 362 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2023-06-05 |
Ngày Phát Hành | 2022-08-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | i4M1k0SU |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/i4M1k0SU/GatherCheat |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |