Gimkit Live Hack

Cheat on any Gimkit Live game. Hack any game-mode, Answer questions automatically. Never lose a game of Gimkit Live ever again!…

Τι είναι το Gimkit Live Hack;

Το Gimkit Live Hack είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://phantomgames.dev, και η κύρια λειτουργία του είναι "Cheat on any Gimkit Live game. Hack any game-mode, Answer questions automatically. Never lose a game of Gimkit Live ever again!…".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gimkit Live Hack

Λήψη αρχείων επέκτασης Gimkit Live Hack σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Cheat on any Gimkit Live game. Hack any game-mode, Answer questions automatically. Never lose a game of Gimkit Live ever again!

Gimkit Live Hack is a web extension for Gimkit Live in which you can easily questions correctly, automatically add in-game money to your player, or cheat in various game modes like "Trust No One", "Floor Is Lava", "Classic Mode", and many, many more! Adding on to that with the Gimkit Live Hack you can spawn fake accounts into any game or instantly buy anything from cosmetics to energy power ups. With this extension you'll never lose a game of Gimkit Live ever again!

Here's how it works: Once you navigate to a Gimkit game (for instance, any page under the domain 'gimkit.com/live'), you can activate the "Gimkit Live Hack" extension. The extension's capabilities are vast, thanks to its advanced features. With a very user-friendly interface, this extension allows you to specify your desired modifications or enhancements within the game at any time.

If you run into any issues or have questions, the development team is readily available for support through email -> ([email protected]) or by discord -> (https://discord.gg/fTYZH9NUwS).

Credits:
Orginal hack script's code written by: https://github.com/UndercoverGoose, and https://github.com/TheLazySquid
Rewritten/changed and made useable in modern browsers by: @blazerhm                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gimkit Live Hack Gimkit Live Hack
ID liohabeaelohkkacaifgojejpppnemcd
Επίσημο URL https://chromewebstore.google.com/detail/gimkit-live-hack/liohabeaelohkkacaifgojejpppnemcd
Περιγραφή Cheat on any Gimkit Live game. Hack any game-mode, Answer questions automatically. Never lose a game of Gimkit Live ever again!…
Μέγεθος Αρχείου 241 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2024-01-13
Ημερομηνία Δημοσίευσης 2024-01-13
Αξιολόγηση 3.50/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://phantomgames.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/JCzaA5pqUw
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gimkit Live Hack",
    "version": "1.2",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.gimkit.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gimkit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.gimkit.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}