Gather Cheat
Gather.town cheat extension
Co to jest Gather Cheat?
Gather Cheat to rozszerzenie Chrome opracowane przez i4M1k0SU, a jego główną funkcją jest „Gather.town cheat extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gather Cheat
Pobierz pliki rozszerzeń Gather Cheat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eppjjgieifdioncfdlccfpblkkimpdlm |
| Oficjalny URL | https://chromewebstore.google.com/detail/gather-cheat/eppjjgieifdioncfdlccfpblkkimpdlm |
| Opis | Gather.town cheat extension |
| Rozmiar pliku | 41.19 KB |
| Liczba instalacji | 362 |
| Aktualna Wersja | 1.0.4 |
| Ostatnia Aktualizacja | 2023-06-05 |
| Data Publikacji | 2022-08-30 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | i4M1k0SU |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/i4M1k0SU/GatherCheat |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |