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文件

下載Gats.io Community Patch Basic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}