Gats.io Community Patch Basic

Fixes a bunch of client-side bugs in gats.io. Increases FPS. Better controls. Support for lefties. Lots of other small fixes!

Gats.io Community Patch Basic란 무엇입니까?

Gats.io Community Patch Basic은(는) http://gats.rocks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fixes a bunch of client-side bugs in gats.io. Increases FPS. Better controls. Support for lefties. Lots of other small fixes!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gats.io Community Patch Basic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Basic version.

This software took many hours to put together. No purchase necessary, but if you like my apps, subscribe to me on YouTube! https://youtube.com/bizorke/ 

And if you able, there is a pro version that supports the development of this software and others like it!

Input Improvements
Added support for left-handed players via the IJKL/Y keys.
Right click uses T2 ability.
Middle click reloads.
Escape closes chat without sending message.
Number keys can select upgrades.
Home key can be used to open debug menu (useful for mac users).
Tab key opens and closes upgrades.

Performance & Display Improvements
Overhauled object creation to reduce wasted memory.
Overhauled animation.
Frame processing will take a fraction of the time.
Slightly faster math in critical locations.
Measurably faster FPS and less lag.
Removed redundant/buggy data from debug menu.
Debug menu doesn't hide rest of the HUD.
Added average ping to HUD.
Added FPS and average FPS to HUD.

Bug Fixes
Partial fix for sticky directions.
Partial fix for sticky trigger.
Fixes sticky reload.
Fixed translucent players.
Fixes thermal flickering.

Pro (not available in basic version)
Support the development of this patch and others like it.
Ability to bind automated messages to keys.
Ability to turn stats on or off before the game starts, so you don't need to log out to mess around.                    

확장 프로그램 기본 정보

이름 Gats.io Community Patch Basic Gats.io Community Patch Basic
ID dhhbmhmmijeofbhogipjdoagmjfiajlc
공식 URL https://chrome.google.com/webstore/detail/dhhbmhmmijeofbhogipjdoagmjfiajlc
설명 Fixes a bunch of client-side bugs in gats.io. Increases FPS. Better controls. Support for lefties. Lots of other small fixes!
파일 크기 22.11 KB
설치 횟수 93
현재 버전 1.4.2
최근 업데이트 2018-09-06
출시 날짜 2018-09-06
평점 4.64/5 총 11 개의 평점
개발자 http://gats.rocks
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gats.io Community Patch Basic",
    "description": "Fixes a bunch of client-side bugs in gats.io. Increases FPS. Better controls. Support for lefties. Lots of other small fixes!",
    "version": "1.4.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gats.io\/"
            ],
            "js": [
                "min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/gats.io\/"
    ],
    "icons": {
        "48": "mediumsize.png",
        "128": "fullsize.png"
    }
}