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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://gats.rocks, και η κύρια λειτουργία του είναι "Fixes a bunch of client-side bugs in gats.io. Increases FPS. Better controls. Support for lefties. Lots of other small fixes!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gats.io Community Patch Basic

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    }
}